++ rg -v '#' /usr/share/zoneinfo/zone.tab ++ awk '{print $3}' ++ shuf ++ head -n1 + TZ=America/Denver + echo 'Choosen random timezone America/Denver' + ln -snf /usr/share/zoneinfo/America/Denver /etc/localtime Choosen random timezone America/Denver + echo America/Denver + dpkg -i package_folder/clickhouse-common-static_24.3.18.10389.altinitystable+msan_amd64.deb Selecting previously unselected package clickhouse-common-static. (Reading database ... 49077 files and directories currently installed.) Preparing to unpack .../clickhouse-common-static_24.3.18.10389.altinitystable+msan_amd64.deb ... Unpacking clickhouse-common-static (24.3.18.10389.altinitystable+msan) ... Setting up clickhouse-common-static (24.3.18.10389.altinitystable+msan) ... + dpkg -i package_folder/clickhouse-common-static-dbg_24.3.18.10389.altinitystable+msan_amd64.deb Selecting previously unselected package clickhouse-common-static-dbg. (Reading database ... 49106 files and directories currently installed.) Preparing to unpack .../clickhouse-common-static-dbg_24.3.18.10389.altinitystable+msan_amd64.deb ... Unpacking clickhouse-common-static-dbg (24.3.18.10389.altinitystable+msan) ... Setting up clickhouse-common-static-dbg (24.3.18.10389.altinitystable+msan) ... + dpkg -i package_folder/clickhouse-server_24.3.18.10389.altinitystable+msan_amd64.deb Selecting previously unselected package clickhouse-server. (Reading database ... 49115 files and directories currently installed.) Preparing to unpack .../clickhouse-server_24.3.18.10389.altinitystable+msan_amd64.deb ... Unpacking clickhouse-server (24.3.18.10389.altinitystable+msan) ... Setting up clickhouse-server (24.3.18.10389.altinitystable+msan) ... Cannot set 'net_admin' or 'ipc_lock' or 'sys_nice' or 'net_bind_service' capability for clickhouse binary. This is optional. Taskstats accounting will be disabled. To enable taskstats accounting you may add the required capability later manually. ClickHouse binary is already located at /usr/bin/clickhouse Symlink /usr/bin/clickhouse-server already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-server to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-client to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-local to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-benchmark to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-obfuscator to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-git-import to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-compressor to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-format to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-extract-from-config already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-extract-from-config to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-keeper already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-keeper to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-keeper-converter already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-keeper-converter to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-disks to /usr/bin/clickhouse. Creating symlink /usr/bin/ch to /usr/bin/clickhouse. Creating symlink /usr/bin/chl to /usr/bin/clickhouse. Creating symlink /usr/bin/chc to /usr/bin/clickhouse. Creating clickhouse group if it does not exist. groupadd -r clickhouse Creating clickhouse user if it does not exist. useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse clickhouse Will set ulimits for clickhouse user in /etc/security/limits.d/clickhouse.conf. Creating config directory /etc/clickhouse-server/config.d that is used for tweaks of main server configuration. Creating config directory /etc/clickhouse-server/users.d that is used for tweaks of users configuration. Config file /etc/clickhouse-server/config.xml already exists, will keep it and extract path info from it. /etc/clickhouse-server/config.xml has /var/lib/clickhouse/ as data path. /etc/clickhouse-server/config.xml has /var/log/clickhouse-server/ as log path. Users config file /etc/clickhouse-server/users.xml already exists, will keep it and extract users info from it. Log directory /var/log/clickhouse-server/ already exists. Creating data directory /var/lib/clickhouse/. Creating pid directory /var/run/clickhouse-server. chown -R clickhouse:clickhouse '/var/log/clickhouse-server/' chown -R clickhouse:clickhouse '/var/run/clickhouse-server' chown clickhouse:clickhouse '/var/lib/clickhouse/' groupadd -r clickhouse-bridge useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse-bridge clickhouse-bridge chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-odbc-bridge' chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-library-bridge' Password for the default user is an empty string. See /etc/clickhouse-server/users.xml and /etc/clickhouse-server/users.d to change it. Setting capabilities for clickhouse binary. This is optional. chown -R clickhouse:clickhouse '/etc/clickhouse-server' ClickHouse has been successfully installed. Start clickhouse-server with: sudo clickhouse start Start clickhouse-client with: clickhouse-client + dpkg -i package_folder/clickhouse-client_24.3.18.10389.altinitystable+msan_amd64.deb Selecting previously unselected package clickhouse-client. (Reading database ... 49132 files and directories currently installed.) Preparing to unpack .../clickhouse-client_24.3.18.10389.altinitystable+msan_amd64.deb ... Unpacking clickhouse-client (24.3.18.10389.altinitystable+msan) ... Setting up clickhouse-client (24.3.18.10389.altinitystable+msan) ... + echo '' + [[ -z '' ]] + ch --query 'SELECT 1' 1 + chl --query 'SELECT 1' 1 + chc --version ClickHouse client version 24.3.18.10389.altinitystable (altinity build). + ln -s /usr/share/clickhouse-test/clickhouse-test /usr/bin/clickhouse-test + source /attach_gdb.lib ++ source /utils.lib + source /utils.lib + /usr/share/clickhouse-test/config/install.sh + DEST_SERVER_PATH=/etc/clickhouse-server + DEST_CLIENT_PATH=/etc/clickhouse-client +++ dirname /usr/share/clickhouse-test/config/install.sh ++ cd /usr/share/clickhouse-test/config ++ pwd -P + SRC_PATH=/usr/share/clickhouse-test/config + echo 'Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server' Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server + mkdir -p /etc/clickhouse-server/config.d/ + mkdir -p /etc/clickhouse-server/users.d/ + mkdir -p /etc/clickhouse-client + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_write.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/max_num_to_warn.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/listen.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/text_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/blob_storage_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/custom_settings_prefixes.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_access_control_improvements.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/macros.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/secure_ports.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/clusters.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/graphite.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/graphite_alternative.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/database_atomic.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/max_concurrent_queries.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_settings.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/backoff_failed_mutation.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_old_dirs_cleanup.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/test_cluster_with_incorrect_pw.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/keeper_port.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/logging_no_rotate.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/lost_forever_check.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/tcp_with_proxy.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/prometheus.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_lists.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/transactions.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/encryption.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/CORS.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/logger_trace.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/named_collection.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/ssl_certs.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_cache_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/session_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/system_unfreeze.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_zero_copy_replication.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/nlp.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/forbidden_headers.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_keeper_map.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/custom_disks_base_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/display_name.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/reverse_dns_query_function.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/compressed_marks_and_index.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/disable_s3_env_credentials.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_wait_for_shutdown_replicated_tables.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/backups.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_caches_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/validate_tcp_client_information.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/zero_copy_destructive_operations.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/block_number.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/handlers.yaml /etc/clickhouse-server/config.d/ + '[' /etc/clickhouse-server = /etc/clickhouse-server ']' + ln -sf /usr/share/clickhouse-test/config/config.d/legacy_geobase.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/log_queries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/readonly.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/access_management.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/database_atomic_drop_detach_sync.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/opentelemetry.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/remote_queries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/session_log_test.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/memory_profiler.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/no_fsync_metadata.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/filelog.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/enable_blobs_check.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/marks.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/insert_keeper_retries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/prefetch_settings.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/nonconst_timezone.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/allow_introspection_functions.yaml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/replicated_ddl_entry.xml /etc/clickhouse-server/users.d/ + [[ -n '' ]] + ln -sf /usr/share/clickhouse-test/config/users.d/timeouts.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/ints_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/strings_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/decimals_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/executable_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/executable_pool_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/test_function.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/top_level_domains /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/regions_hierarchy.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/regions_names_en.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/ext-en.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/ext-ru.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/lem-en.bin /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/server.key /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/server.crt /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/dhparam.pem /etc/clickhouse-server/ + ln -sf --backup=simple --suffix=_original.xml /usr/share/clickhouse-test/config/config.d/query_masking_rules.xml /etc/clickhouse-server/config.d/ + [[ -n '' ]] + rm -f /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper.xml /etc/clickhouse-server/config.d/ + [[ -n '' ]] + rm -f /etc/clickhouse-server/config.d/cannot_allocate_thread_injection.xml + value=0 + sed --follow-symlinks -i 's|[01]|0|' /etc/clickhouse-server/config.d/keeper_port.xml + value=58279936 + sed --follow-symlinks -i 's|[[:digit:]]\+|58279936|' /etc/clickhouse-server/config.d/keeper_port.xml + value=18534400 + sed --follow-symlinks -i 's|[[:digit:]]\+|18534400|' /etc/clickhouse-server/config.d/keeper_port.xml + [[ -n '' ]] + [[ -n '' ]] + [[ -n '' ]] + ARM=aarch64 ++ uname -m + OS=x86_64 + [[ -n 1 ]] + echo x86_64 + [[ '' -eq 1 ]] + [[ x86_64 == \a\a\r\c\h\6\4 ]] + echo 'Adding azure configuration' + ln -sf /usr/share/clickhouse-test/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/ x86_64 Adding azure configuration + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02944.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02963.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02961.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache_new.xml /etc/clickhouse-server/users.d/ + [[ -n '' ]] + ln -sf /usr/share/clickhouse-test/config/client_config.xml /etc/clickhouse-client/config.xml + [[ -n '' ]] + ./setup_minio.sh stateless + azurite-blob --blobHost 0.0.0.0 --blobPort 10000 --debug /azurite_log + export MINIO_ROOT_USER=clickhouse + MINIO_ROOT_USER=clickhouse + export MINIO_ROOT_PASSWORD=clickhouse + MINIO_ROOT_PASSWORD=clickhouse + main stateless + local query_dir ++ check_arg stateless ++ local query_dir ++ '[' '!' 1 -eq 1 ']' ++ case "$1" in ++ query_dir=0_stateless ++ echo 0_stateless + query_dir=0_stateless + '[' '!' -f ./minio ']' + start_minio + mkdir -p ./minio_data + ./minio --version Azurite Blob service is starting on 0.0.0.0:10000 Azurite Blob service successfully listens on http://0.0.0.0:10000 minio version RELEASE.2022-01-03T18-22-58Z + wait_for_it + local counter=0 + local max_counter=60 + local url=http://localhost:11111 + params=('--silent' '--verbose') + local params + ./minio server --address :11111 ./minio_data + grep AccessDenied + curl --silent --verbose http://localhost:11111 trying to connect to minio + [[ 0 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=1 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 1 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=2 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 2 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=3 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 3 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=4 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 4 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=5 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 5 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=6 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 6 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=7 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 7 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=8 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 8 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=9 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 9 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=10 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 10 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 API: http://172.17.0.2:11111 http://127.0.0.1:11111 Console: http://172.17.0.2:33151 http://127.0.0.1:33151 Documentation: https://docs.min.io WARNING: Console endpoint is listening on a dynamic port (33151), please use --console-address ":PORT" to choose a static port. + counter=11 + curl --silent --verbose http://localhost:11111 + grep AccessDenied AccessDeniedAccess Denied./18431679C330A7803dd6aba1-cf79-46e1-9196-71dde9f9eca9 + lsof -i :11111 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME minio 259 root 10u IPv6 37056 0t0 TCP *:11111 (LISTEN) + sleep 5 + setup_minio stateless + local test_type=stateless + ./mc alias set clickminio http://localhost:11111 clickhouse clickhouse Added `clickminio` successfully. + ./mc admin user add clickminio test testtest Added user `test` successfully. + ./mc admin policy set clickminio readwrite user=test Policy `readwrite` is set on user `test` + ./mc mb clickminio/test Bucket created successfully `clickminio/test`. + '[' stateless = stateless ']' + ./mc policy set public clickminio/test Access permission for `clickminio/test` is set to `public` + upload_data 0_stateless /usr/share/clickhouse-test + local query_dir=0_stateless + local test_path=/usr/share/clickhouse-test + local data_path=/usr/share/clickhouse-test/queries/0_stateless/data_minio ++ ls /usr/share/clickhouse-test/queries/0_stateless/data_minio + for file in $(ls "${data_path}") + echo 02366_data.jsonl + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl clickminio/test/02366_data.jsonl 02366_data.jsonl `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl` -> `clickminio/test/02366_data.jsonl` Total: 0 B, Transferred: 0 B, Speed: 0 B/s 02731.arrow + for file in $(ls "${data_path}") + echo 02731.arrow + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow clickminio/test/02731.arrow `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow` -> `clickminio/test/02731.arrow` Total: 0 B, Transferred: 3.82 MiB, Speed: 104.52 MiB/s 02731.parquet + for file in $(ls "${data_path}") + echo 02731.parquet + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet clickminio/test/02731.parquet `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet` -> `clickminio/test/02731.parquet` Total: 0 B, Transferred: 1.57 MiB, Speed: 53.60 MiB/s 02876.parquet + for file in $(ls "${data_path}") + echo 02876.parquet + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet clickminio/test/02876.parquet `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet` -> `clickminio/test/02876.parquet` Total: 0 B, Transferred: 293 B, Speed: 30.14 KiB/s + for file in $(ls "${data_path}") + echo a.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv clickminio/test/a.tsv a.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv` -> `clickminio/test/a.tsv` Total: 0 B, Transferred: 24 B, Speed: 2.31 KiB/s b.tsv + for file in $(ls "${data_path}") + echo b.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv clickminio/test/b.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv` -> `clickminio/test/b.tsv` Total: 0 B, Transferred: 33 B, Speed: 3.39 KiB/s c.tsv + for file in $(ls "${data_path}") + echo c.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv clickminio/test/c.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv` -> `clickminio/test/c.tsv` Total: 0 B, Transferred: 33 B, Speed: 4.22 KiB/s + for file in $(ls "${data_path}") + echo tsv_with_header.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv clickminio/test/tsv_with_header.tsv tsv_with_header.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv` -> `clickminio/test/tsv_with_header.tsv` Total: 0 B, Transferred: 44 B, Speed: 5.61 KiB/s + setup_aws_credentials + local minio_root_user=clickhouse + local minio_root_password=clickhouse + mkdir -p /root/.aws + cat + ./setup_hdfs_minicluster.sh + ls -lha total 135M drwxr-xr-x 1 root root 4.0K May 26 07:22 . drwxr-xr-x 1 root root 4.0K May 26 07:22 .. -rw-rw-r-- 1 1000 1000 300 May 26 07:19 analyzer_tech_debt.txt -rw-rw-r-- 1 root root 1.6K Oct 31 2024 attach_gdb.lib -rw-r--r-- 1 root root 1.3K May 26 07:22 __azurite_db_blob_extent__.json -rw-r--r-- 1 root root 3.9K May 26 07:22 __azurite_db_blob__.json -rw-r--r-- 1 root root 1.4K May 26 07:22 azurite_log lrwxrwxrwx 1 root root 7 Sep 11 2024 bin -> usr/bin drwxr-xr-x 2 root root 4.0K May 26 07:22 __blobstorage__ drwxr-xr-x 2 root root 4.0K Apr 18 2022 boot -rw-rw-r-- 1 1000 1000 4.0K May 26 07:19 broken_tests.json drwxr-xr-x 5 root root 340 May 26 07:22 dev -rwxr-xr-x 1 root root 0 May 26 07:22 .dockerenv drwxr-xr-x 1 root root 4.0K May 26 07:22 etc drwxr-xr-x 10 1000 1000 4.0K Jun 14 2021 hadoop-3.3.1 drwxr-xr-x 2 root root 4.0K Apr 18 2022 home lrwxrwxrwx 1 root root 7 Sep 11 2024 lib -> usr/lib lrwxrwxrwx 1 root root 9 Sep 11 2024 lib32 -> usr/lib32 lrwxrwxrwx 1 root root 9 Sep 11 2024 lib64 -> usr/lib64 lrwxrwxrwx 1 root root 10 Sep 11 2024 libx32 -> usr/libx32 -rwxr-xr-x 1 root root 21M Oct 31 2024 mc drwxr-xr-x 2 root root 4.0K Sep 11 2024 media -rwxr-xr-x 1 root root 114M Oct 31 2024 minio drwxr-xr-x 4 root root 4.0K May 26 07:23 minio_data drwxr-xr-x 2 root root 4.0K Sep 11 2024 mnt drwxr-xr-x 2 root root 4.0K Sep 11 2024 opt -rw-r--r-- 1 root root 0 Feb 14 2024 .package-cache-mutate drwxrwxr-x 2 1000 1000 4.0K May 26 07:22 package_folder dr-xr-xr-x 332 root root 0 May 26 07:22 proc -rwxrwxr-x 1 root root 8.2K Oct 31 2024 process_functional_tests_result.py drwx------ 1 root root 4.0K May 26 07:23 root drwxr-xr-x 1 root root 4.0K May 26 07:22 run -rwxrwxr-x 1 root root 16K Oct 31 2024 run.sh lrwxrwxrwx 1 root root 8 Sep 11 2024 sbin -> usr/sbin -rwxrwxr-x 1 root root 11K Oct 31 2024 setup_export_logs.sh -rwxrwxr-x 1 root root 351 Oct 31 2024 setup_hdfs_minicluster.sh -rwxrwxr-x 1 root root 3.4K Oct 31 2024 setup_minio.sh drwxr-xr-x 2 root root 4.0K Sep 11 2024 srv -rw-rw-r-- 1 root root 13K Oct 31 2024 stress_tests.lib dr-xr-xr-x 13 root root 0 May 26 07:22 sys drwxrwxr-x 2 1000 1000 4.0K May 26 07:22 test_output drwxrwxrwt 1 root root 4.0K May 26 07:22 tmp drwxr-xr-x 1 root root 4.0K Sep 11 2024 usr -rw-rw-r-- 1 root root 833 Oct 31 2024 utils.lib drwxr-xr-x 1 root root 4.0K Sep 11 2024 var + cd hadoop-3.3.1 + export JAVA_HOME=/usr + JAVA_HOME=/usr + mkdir -p target/test/data + chown clickhouse ./target/test/data + nc -z localhost 12222 + sudo -E -u clickhouse bin/mapred minicluster -format -nomr -nnport 12222 + sleep 1 + nc -z localhost 12222 + sleep 1 + nc -z localhost 12222 + lsof -i :12222 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME java 544 clickhouse 322u IPv4 26105 0t0 TCP localhost:12222 (LISTEN) + sleep 5 + config_logs_export_cluster /etc/clickhouse-server/config.d/system_logs_export.yaml + set +x File /tmp/export-logs-config.sh does not exist, do not setup + [[ -n '' ]] + '[' 1 -gt 1 ']' + sudo clickhouse start chown -R clickhouse: '/var/run/clickhouse-server/' Will run sudo --preserve-env -u 'clickhouse' /usr/bin/clickhouse-server --config-file /etc/clickhouse-server/config.xml --pid-file /var/run/clickhouse-server/clickhouse-server.pid --daemon Waiting for server to start Waiting for server to start Server started + [[ -n '' ]] + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 127.0.0.1 - - [26/May/2025:13:23:34 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 201 - 127.0.0.1 - - [26/May/2025:13:23:34 +0000] "PUT /devstoreaccount1/cont/eyuouanxyksbgcryvvwlileumezhdnjp?blockid=jsrmcdbsgeknnwzmgnwgzlvrcjhjchybpuhufcffnxkbbzfxdplhhwtvyzohlkxc&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [26/May/2025:13:23:34 +0000] "PUT /devstoreaccount1/cont/eyuouanxyksbgcryvvwlileumezhdnjp?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [26/May/2025:13:23:34 +0000] "GET /devstoreaccount1/cont/eyuouanxyksbgcryvvwlileumezhdnjp HTTP/1.1" 206 4 127.0.0.1 - - [26/May/2025:13:23:34 +0000] "GET /devstoreaccount1/cont/eyuouanxyksbgcryvvwlileumezhdnjp HTTP/1.1" 206 2 127.0.0.1 - - [26/May/2025:13:23:34 +0000] "DELETE /devstoreaccount1/cont/eyuouanxyksbgcryvvwlileumezhdnjp HTTP/1.1" 202 - + for _ in {1..100} + clickhouse-client --query 'SELECT 1' 1 + break + setup_logs_replication + set +x File /tmp/export-logs-config.sh does not exist, do not setup + attach_gdb_to_clickhouse ++ kill -l SIGRTMIN + RTMIN=34 + echo ' set follow-fork-mode parent handle SIGHUP nostop noprint pass handle SIGINT nostop noprint pass handle SIGQUIT nostop noprint pass handle SIGPIPE nostop noprint pass handle SIGTERM nostop noprint pass handle SIGUSR1 nostop noprint pass handle SIGUSR2 nostop noprint pass handle SIG34 nostop noprint pass info signals continue backtrace full thread apply all backtrace full info registers disassemble /s up disassemble /s up disassemble /s p "done" detach quit ' + sleep 5 + ts '%Y-%m-%d %H:%M:%S' ++ cat /var/run/clickhouse-server/clickhouse-server.pid + gdb -batch -command script.gdb -p 732 + run_with_retry 60 clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' + [[ aehxB =~ e ]] + set_e=true + set +e + local total_retries=60 + shift + local retry=0 + '[' 0 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Connected to clickhouse-server after attaching gdb + true + set -e + return + export -f run_tests + '[' 1 -gt 1 ']' + timeout_with_logging 9720 bash -c run_tests + local exit_code=0 + timeout 9720 bash -c run_tests + read -ra ADDITIONAL_OPTIONS + HIGH_LEVEL_COVERAGE=YES + '[' 1 -gt 1 ']' + [[ -n '' ]] + [[ -n '' ]] ++ clickhouse-client --query 'SELECT value LIKE '\''%SANITIZE_COVERAGE%'\'' FROM system.build_options WHERE name = '\''CXX_FLAGS'\''' + [[ 1 == 0 ]] + ADDITIONAL_OPTIONS+=('--jobs') + ADDITIONAL_OPTIONS+=('8') + [[ -n 0 ]] + [[ -n 6 ]] + ADDITIONAL_OPTIONS+=('--run-by-hash-num') + ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_NUM") + ADDITIONAL_OPTIONS+=('--run-by-hash-total') + ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_TOTAL") + HIGH_LEVEL_COVERAGE=NO + [[ -n '' ]] + [[ NO = \Y\E\S ]] + ADDITIONAL_OPTIONS+=('--report-logs-stats') + try_run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')' + local total_retries=10 + shift + fn_exists run_with_retry + declare -F run_with_retry + run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')' + [[ hxBc =~ e ]] + set_e=false + set +e + local total_retries=10 + shift + local retry=0 + '[' 0 -ge 10 ']' + clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')' + false + return + set +e + clickhouse-test --testname --shard --zookeeper --check-zookeeper-session --hung-check --print-time --test-runs 1 --hung-check --print-time --jobs 8 --run-by-hash-num 0 --run-by-hash-total 6 --report-logs-stats + ts '%Y-%m-%d %H:%M:%S' + tee -a test_output/test_result.txt 2025-05-26 07:24:24 Using queries from '/usr/share/clickhouse-test/queries' directory 2025-05-26 07:24:24 Connecting to ClickHouse server... OK 2025-05-26 07:24:24 Connected to server 24.3.18.10389.altinitystable @ 7a1b53921dfb37a4fe50af3efd7b3b833d32682a HEAD 2025-05-26 07:24:24 Found 945 parallel tests and 95 sequential tests 2025-05-26 07:24:25 2025-05-26 07:24:25 Running about 118 stateless tests (ForkPoolWorker-5). 2025-05-26 07:24:25 2025-05-26 07:24:25 03210_nested_short_circuit_functions_bug: [ OK ] 0.72 sec. 2025-05-26 07:24:25 2025-05-26 07:24:25 Running about 118 stateless tests (ForkPoolWorker-9). 2025-05-26 07:24:25 2025-05-26 07:24:25 03142_alter_comment_parameterized_view: [ OK ] 0.75 sec. 2025-05-26 07:24:25 2025-05-26 07:24:25 Running about 118 stateless tests (ForkPoolWorker-4). 2025-05-26 07:24:25 2025-05-26 07:24:25 03230_anyHeavy_merge: [ OK ] 0.73 sec. 2025-05-26 07:24:25 2025-05-26 07:24:25 Running about 118 stateless tests (ForkPoolWorker-7). 2025-05-26 07:24:25 2025-05-26 07:24:25 03165_order_by_duplicate: [ OK ] 0.74 sec. 2025-05-26 07:24:25 2025-05-26 07:24:25 Running about 118 stateless tests (ForkPoolWorker-8). 2025-05-26 07:24:25 2025-05-26 07:24:25 03165_distinct_with_window_func_crash: [ OK ] 0.78 sec. 2025-05-26 07:24:25 2025-05-26 07:24:25 Running about 118 stateless tests (ForkPoolWorker-3). 2025-05-26 07:24:25 2025-05-26 07:24:25 03261_sort_cursor_crash: [ OK ] 0.95 sec. 2025-05-26 07:24:25 2025-05-26 07:24:25 Running about 118 stateless tests (ForkPoolWorker-2). 2025-05-26 07:24:25 2025-05-26 07:24:25 03284_json_object_as_tuple_duplicate_keys: [ OK ] 1.15 sec. 2025-05-26 07:24:26 03032_scalars_create_as_select: [ OK ] 0.71 sec. 2025-05-26 07:24:26 03016_analyzer_groupby_fuzz_59796: [ OK ] 0.69 sec. 2025-05-26 07:24:26 03015_aggregator_empty_data_multiple_blocks: [ OK ] 0.62 sec. 2025-05-26 07:24:26 2025-05-26 07:24:26 Running about 118 stateless tests (ForkPoolWorker-6). 2025-05-26 07:24:26 2025-05-26 07:24:26 03174_low_cardinality_group_by_distributed_plan: [ OK ] 1.66 sec. 2025-05-26 07:24:26 03127_argMin_combinator_state: [ OK ] 0.85 sec. 2025-05-26 07:24:26 03142_untuple_crash: [ OK ] 1.19 sec. 2025-05-26 07:24:26 03015_peder1001: [ OK ] 0.86 sec. 2025-05-26 07:24:26 03022_alter_materialized_view_query_has_inner_table: [ OK ] 1.29 sec. 2025-05-26 07:24:27 03014_group_by_use_nulls_injective_functions_and_analyzer: [ OK ] 0.76 sec. 2025-05-26 07:24:27 03013_position_const_start_pos: [ OK ] 0.68 sec. 2025-05-26 07:24:27 03013_repeat_with_nonnative_integers: [ OK ] 0.73 sec. 2025-05-26 07:24:27 03003_enum_and_string_compatible: [ OK ] 0.65 sec. 2025-05-26 07:24:27 03010_read_system_parts_table_test: [ OK ] 0.92 sec. 2025-05-26 07:24:28 03014_window_view_crash: [ OK ] 1.81 sec. 2025-05-26 07:24:28 03014_msan_parse_date_time: [ OK ] 1.71 sec. 2025-05-26 07:24:28 03003_analyzer_setting: [ OK ] 0.85 sec. 2025-05-26 07:24:29 02999_scalar_subqueries_bug_1: [ OK ] 0.97 sec. 2025-05-26 07:24:29 02998_projection_after_attach_partition: [ OK ] 1.11 sec. 2025-05-26 07:24:29 03002_int_div_decimal_with_date_bug: [ OK ] 1.58 sec. 2025-05-26 07:24:29 02999_variant_suspicious_types: [ OK ] 1.22 sec. 2025-05-26 07:24:29 02998_analyzer_secret_args_tree_node: [ OK ] 0.71 sec. 2025-05-26 07:24:29 03003_prql_panic: [ OK ] 2.20 sec. 2025-05-26 07:24:30 03003_database_filesystem_format_detection: [ OK ] 3.29 sec. 2025-05-26 07:24:30 02994_inconsistent_formatting: [ OK ] 0.79 sec. 2025-05-26 07:24:30 02998_http_redirects: [ OK ] 1.51 sec. 2025-05-26 07:24:31 02986_leftpad_fixedstring: [ OK ] 1.02 sec. 2025-05-26 07:24:32 02990_format_select_from_explain: [ OK ] 1.50 sec. 2025-05-26 07:24:32 02982_dont_infer_exponent_floats: [ OK ] 0.72 sec. 2025-05-26 07:24:33 02985_minmax_index_aggregate_function: [ OK ] 2.37 sec. 2025-05-26 07:24:33 02981_translate_fixedstring: [ OK ] 0.70 sec. 2025-05-26 07:24:33 02992_analyzer_group_by_const: [ OK ] 3.62 sec. 2025-05-26 07:24:34 02994_sanity_check_settings: [ OK ] 4.97 sec. 2025-05-26 07:24:34 02982_comments_in_system_tables: [ OK ] 2.71 sec. 2025-05-26 07:24:34 02974_analyzer_array_join_subcolumn: [ OK ] 1.49 sec. 2025-05-26 07:24:34 02995_forget_partition: [ OK ] 5.48 sec. 2025-05-26 07:24:35 02974_if_with_map: [ OK ] 1.29 sec. 2025-05-26 07:24:36 02969_functions_to_subcolumns_if_null: [ OK ] 1.06 sec. 2025-05-26 07:24:36 02970_visible_width_behavior: [ OK ] 1.38 sec. 2025-05-26 07:24:36 02973_block_number_sparse_serialization_and_mutation: [ OK ] 1.98 sec. 2025-05-26 07:24:37 02967_fuzz_bad_cast: [ OK ] 1.05 sec. 2025-05-26 07:24:38 03008_uniq_exact_equal_ranges: [ OK ] 11.36 sec. 2025-05-26 07:24:38 02963_single_value_destructor: [ OK ] 1.97 sec. 2025-05-26 07:24:39 02962_join_using_bug_57894: [ OK ] 1.06 sec. 2025-05-26 07:24:39 02980_s3_plain_DROP_TABLE_ReplicatedMergeTree: [ OK ] 6.11 sec. 2025-05-26 07:24:39 02962_parallel_window_functions_different_partitioning: [ OK ] 0.81 sec. 2025-05-26 07:24:39 02966_nested_offsets_subcolumn: [ OK ] 3.18 sec. 2025-05-26 07:24:40 02960_alter_table_part_query_parameter: [ OK ] 0.84 sec. 2025-05-26 07:24:40 02943_variant_element: [ OK ] 1.00 sec. 2025-05-26 07:24:41 02972_insert_deduplication_token_hierarchical_inserts_views: [ OK ] 6.27 sec. 2025-05-26 07:24:41 02933_ephemeral_mv: [ OK ] 0.83 sec. 2025-05-26 07:24:41 02972_insert_deduplication_token_hierarchical_inserts: [ OK ] 6.77 sec. 2025-05-26 07:24:41 02956_clickhouse_local_system_parts: [ OK ] 2.29 sec. 2025-05-26 07:24:44 02922_server_exit_code: [ OK ] 3.01 sec. 2025-05-26 07:24:47 02922_respect_nulls_parser: [ OK ] 5.82 sec. 2025-05-26 07:24:49 02918_join_pm_lc_crash: [ OK ] 3.73 sec. 2025-05-26 07:24:49 02922_respect_nulls_extensive: [ OK ] 7.88 sec. 2025-05-26 07:24:54 02916_set_formatting: [ OK ] 3.71 sec. 2025-05-26 07:24:54 02918_analyzer_to_ast_crash: [ OK ] 3.94 sec. 2025-05-26 07:24:54 03012_parser_backtracking: [ OK ] 27.37 sec. 2025-05-26 07:24:55 02918_parallel_replicas_custom_key_unavailable_replica: [ OK ] 8.28 sec. 2025-05-26 07:25:02 02915_analyzer_fuzz_2: [ OK ] 7.66 sec. 2025-05-26 07:25:04 02911_add_index_and_materialize_index: [ OK ] 5.06 sec. 2025-05-26 07:25:07 02910_nullable_enum_cast: [ OK ] 2.64 sec. 2025-05-26 07:25:09 02910_bad_logs_level_in_local: [ OK ] 2.41 sec. 2025-05-26 07:25:09 02955_analyzer_using_functional_args: [ OK ] 30.35 sec. 2025-05-26 07:25:12 02915_analyzer_fuzz_6: [ OK ] 15.56 sec. 2025-05-26 07:25:12 02935_http_content_type_with_http_headers_progress: [ OK ] 32.24 sec. 2025-05-26 07:25:12 02915_input_table_function_in_subquery: [ OK ] 18.52 sec. 2025-05-26 07:25:13 02908_filesystem_cache_as_collection: [ OK ] 2.11 sec. 2025-05-26 07:25:15 02932_kill_query_sleep: [ OK ] 33.97 sec. 2025-05-26 07:25:15 02901_analyzer_recursive_window: [ OK ] 1.84 sec. 2025-05-26 07:25:15 02910_object-json-crash-add-column: [ OK ] 5.34 sec. 2025-05-26 07:25:16 02903_client_insert_in_background: [ OK ] 3.44 sec. 2025-05-26 07:25:16 02908_table_ttl_dependency: [ OK ] 3.96 sec. 2025-05-26 07:25:17 02900_clickhouse_local_drop_current_database: [ OK ] 2.00 sec. 2025-05-26 07:25:17 02910_replicated_merge_parameters_must_consistent: [ OK ] 7.79 sec. 2025-05-26 07:25:18 02899_indexing_by_space_filling_curves: [ OK ] 3.14 sec. 2025-05-26 07:25:18 02896_optimize_array_exists_to_has_with_date: [ OK ] 0.64 sec. 2025-05-26 07:25:19 02900_matview_create_to_errors: [ OK ] 3.78 sec. 2025-05-26 07:25:19 02899_distributed_limit_by: [ OK ] 3.02 sec. 2025-05-26 07:25:19 02907_backup_restore_flatten_nested: [ OK ] 6.75 sec. 2025-05-26 07:25:19 02891_functions_over_sparse_columns: [ OK ] 0.86 sec. 2025-05-26 07:25:20 02890_partition_prune_in_extra_columns: [ OK ] 0.90 sec. 2025-05-26 07:25:20 02895_peak_memory_usage_http_headers_regression: [ OK ] 2.05 sec. 2025-05-26 07:25:20 02888_obsolete_settings: [ OK ] 0.79 sec. 2025-05-26 07:25:21 02891_rename_table_without_keyword: [ OK ] 1.53 sec. 2025-05-26 07:25:21 02885_create_distributed_table_without_as: [ OK ] 1.00 sec. 2025-05-26 07:25:21 02886_binary_like: [ OK ] 1.07 sec. 2025-05-26 07:25:22 02881_system_detached_parts_modification_time: [ OK ] 1.01 sec. 2025-05-26 07:25:22 02896_leading_zeroes_no_octal: [ OK ] 6.10 sec. 2025-05-26 07:25:23 02896_max_execution_time_with_break_overflow_mode: [ OK ] 5.93 sec. 2025-05-26 07:25:23 02882_formatQuery: [ OK ] 2.49 sec. 2025-05-26 07:25:23 02876_s3_cluster_schema_inference_names_with_spaces: [ OK ] 0.92 sec. 2025-05-26 07:25:23 02883_read_in_reverse_order_virtual_column: [ OK ] 3.07 sec. 2025-05-26 07:25:24 02879_use_structure_from_insertion_table_with_defaults: [ OK ] 2.58 sec. 2025-05-26 07:25:24 02875_fix_column_decimal_serialization: [ OK ] 1.06 sec. 2025-05-26 07:25:26 02875_parallel_replicas_remote: [ OK ] 2.83 sec. 2025-05-26 07:25:26 02875_show_functions: [ OK ] 3.59 sec. 2025-05-26 07:25:26 02874_json_merge_patch_function_test: [ OK ] 2.61 sec. 2025-05-26 07:25:27 02874_parse_json_as_json_each_row_on_no_metadata: [ OK ] 0.69 sec. 2025-05-26 07:25:27 02864_profile_event_part_lock: [ OK ] 0.85 sec. 2025-05-26 07:25:28 02863_mutation_where_in_set_result_cache_pipeline_stuck_bug: [ OK ] 1.36 sec. 2025-05-26 07:25:29 02861_filter_pushdown_const_bug: [ OK ] 1.44 sec. 2025-05-26 07:25:29 02963_remote_read_small_buffer_size_bug: [ OK ] 51.88 sec. 2025-05-26 07:25:29 02870_per_column_settings: [ OK ] 2.66 sec. 2025-05-26 07:25:30 02842_vertical_merge_after_add_drop_column: [ OK ] 1.05 sec. 2025-05-26 07:25:31 02842_largestTriangleThreeBuckets_aggregate_function: [ OK ] 2.14 sec. 2025-05-26 07:25:32 02845_arrayShiftRotate: [ OK ] 3.55 sec. 2025-05-26 07:25:32 02876_yyyymmddhhmmsstodatetime: [ OK ] 9.97 sec. 2025-05-26 07:25:33 02835_fuzz_remove_redundant_sorting: [ OK ] 1.16 sec. 2025-05-26 07:25:34 02840_merge__table_or_filter: [ OK ] 1.79 sec. 2025-05-26 07:25:34 02835_join_step_explain: [ OK ] 1.03 sec. 2025-05-26 07:25:35 02841_group_array_sorted: [ OK ] 3.55 sec. 2025-05-26 07:25:36 02834_array_exists_segfault: [ OK ] 1.62 sec. 2025-05-26 07:25:37 02834_timestamp_function: [ OK ] 2.79 sec. 2025-05-26 07:25:37 02841_parallel_final_wrong_columns_order: [ OK ] 6.96 sec. 2025-05-26 07:25:37 02831_trash: [ OK ] 0.61 sec. 2025-05-26 07:25:38 02833_local_with_dialect: [ OK ] 2.83 sec. 2025-05-26 07:25:38 02833_local_udf_options: [ OK ] 2.06 sec. 2025-05-26 07:25:38 02816_check_projection_metadata: [ OK ] 1.11 sec. 2025-05-26 07:25:38 02815_alias_to_length: [ OK ] 0.73 sec. 2025-05-26 07:25:39 02813_func_now_and_alias: [ OK ] 0.73 sec. 2025-05-26 07:25:39 02815_fix_not_found_constants_col_in_block: [ OK ] 0.92 sec. 2025-05-26 07:25:40 02809_has_token: [ OK ] 0.65 sec. 2025-05-26 07:25:41 02806_cte_block_cannot_be_empty: [ OK ] 0.81 sec. 2025-05-26 07:25:41 02809_has_subsequence: [ OK ] 2.15 sec. 2025-05-26 07:25:42 02874_array_random_sample: [ OK ] 17.62 sec. 2025-05-26 07:25:43 02798_generic_transform: [ OK ] 1.32 sec. 2025-05-26 07:25:43 02843_backup_use_same_s3_credentials_for_base_backup: [ OK ] 14.49 sec. 2025-05-26 07:25:43 02800_transform_alter: [ OK ] 2.00 sec. 2025-05-26 07:25:44 02790_fix_coredump_when_compile_expression: [ OK ] 0.89 sec. 2025-05-26 07:25:46 02797_range_nullable: [ OK ] 2.45 sec. 2025-05-26 07:25:46 02802_clickhouse_disks_s3_copy: [ OK ] 4.96 sec. 2025-05-26 07:25:46 02815_no_throw_in_simple_queries: [ OK ] 8.02 sec. 2025-05-26 07:25:47 02791_final_block_structure_mismatch_bug: [ OK ] 3.43 sec. 2025-05-26 07:25:47 02784_schema_inference_null_as_default: [ OK ] 0.96 sec. 2025-05-26 07:25:47 02789_functions_after_sorting_and_columns_with_same_names_bug_2: [ OK ] 1.53 sec. 2025-05-26 07:25:48 02782_values_null_to_lc_nullable: [ OK ] 0.62 sec. 2025-05-26 07:25:49 02769_compare_functions_nan: [ OK ] 1.75 sec. 2025-05-26 07:25:50 02751_multiif_to_if_crash: [ OK ] 0.76 sec. 2025-05-26 07:25:52 02790_url_multiple_tsv_files: [ OK ] 7.00 sec. 2025-05-26 07:25:54 02751_query_log_test_partitions: [ OK ] 3.29 sec. 2025-05-26 07:25:54 02737_sql_auto_is_null: [ OK ] 0.71 sec. 2025-05-26 07:25:54 02783_date_predicate_optimizations: [ OK ] 7.58 sec. 2025-05-26 07:25:56 02735_system_zookeeper_connection: [ OK ] 1.07 sec. 2025-05-26 07:25:56 02734_optimize_group_by: [ OK ] 0.86 sec. 2025-05-26 07:25:57 02734_big_int_from_float_ubsan: [ OK ] 0.65 sec. 2025-05-26 07:25:57 02895_npy_format: [ OK ] 39.02 sec. 2025-05-26 07:25:57 02766_prql: [ OK ] 9.40 sec. 2025-05-26 07:25:58 02741_hashed_dictionary_load_factor: [ OK ] 6.45 sec. 2025-05-26 07:25:58 02737_arrayJaccardIndex: [ OK ] 3.85 sec. 2025-05-26 07:25:59 02725_cnf_large_check: [ OK ] 1.68 sec. 2025-05-26 07:26:00 02716_int256_arrayfunc: [ OK ] 1.20 sec. 2025-05-26 07:26:01 02721_url_cluster: [ OK ] 3.15 sec. 2025-05-26 07:26:01 02789_reading_from_s3_with_connection_pool: [ OK ] 14.60 sec. 2025-05-26 07:26:01 02711_trim_aliases: [ OK ] 0.80 sec. 2025-05-26 07:26:02 02699_polygons_sym_difference_total: [ OK ] 0.79 sec. 2025-05-26 07:26:03 02706_kolmogorov_smirnov_test: [ OK ] 2.48 sec. 2025-05-26 07:26:04 02731_parallel_replicas_join_subquery: [ OK ] 6.11 sec. 2025-05-26 07:26:04 02718_cli_dashed_options_parsing: [ OK ] 6.34 sec. 2025-05-26 07:26:05 02692_multiple_joins_unicode: [ OK ] 1.43 sec. 2025-05-26 07:26:05 02718_parquet_metadata_format: [ OK ] 7.06 sec. 2025-05-26 07:26:05 02697_stop_reading_on_first_cancel: [ OK ] 3.41 sec. 2025-05-26 07:26:07 02688_long_aggregate_function_names: [ OK ] 2.75 sec. 2025-05-26 07:26:07 02686_bson3: [ OK ] 2.28 sec. 2025-05-26 07:26:07 02684_bson: [ OK ] 1.80 sec. 2025-05-26 07:26:08 02680_default_star: [ OK ] 0.49 sec. 2025-05-26 07:26:08 02674_date_int_string_json_inference: [ OK ] 0.65 sec. 2025-05-26 07:26:08 02676_kafka_murmur_hash: [ OK ] 0.75 sec. 2025-05-26 07:26:11 02669_alter_modify_to_nullable: [ OK ] 3.10 sec. 2025-05-26 07:26:12 02688_aggregate_states: [ OK ] 7.83 sec. 2025-05-26 07:26:17 02592_avro_records_with_same_names: [ OK ] 4.83 sec. 2025-05-26 07:26:17 02592_avro_more_types: [ OK ] 5.76 sec. 2025-05-26 07:26:18 02681_undrop_query_uuid: [ OK ] 12.22 sec. 2025-05-26 07:26:18 02591_bson_long_tuple: [ OK ] 1.06 sec. 2025-05-26 07:26:19 02577_analyzer_array_join_calc_twice: [ OK ] 0.80 sec. 2025-05-26 07:26:20 02661_quantile_approx: [ OK ] 12.28 sec. 2025-05-26 07:26:21 02575_merge_prewhere_default_expression: [ OK ] 1.22 sec. 2025-05-26 07:26:22 02565_update_empty_nested: [ OK ] 1.51 sec. 2025-05-26 07:26:30 02817_structure_to_schema: [ OK ] 53.07 sec. 2025-05-26 07:26:31 02570_fallback_from_async_insert: [ OK ] 10.13 sec. 2025-05-26 07:26:31 02560_quantile_min_max: [ OK ] 0.89 sec. 2025-05-26 07:26:32 02559_multiple_read_steps_in_prewhere_fuzz: [ OK ] 1.25 sec. 2025-05-26 07:26:33 02554_invalid_create_view_syntax: [ OK ] 0.81 sec. 2025-05-26 07:26:34 02554_log_faminy_support_storage_policy: [ OK ] 3.39 sec. 2025-05-26 07:26:35 02553_type_object_analyzer: [ OK ] 1.87 sec. 2025-05-26 07:26:37 02552_analyzer_optimize_group_by_function_keys_crash: [ OK ] 2.86 sec. 2025-05-26 07:26:40 02703_max_local_read_bandwidth: [ OK ] 39.29 sec. 2025-05-26 07:26:41 02540_date_column_consistent_insert_behaviour: [ OK ] 6.19 sec. 2025-05-26 07:26:42 02538_analyzer_create_table_as_select: [ OK ] 1.23 sec. 2025-05-26 07:26:42 02560_regexp_denial_of_service: [ OK ] 19.86 sec. 2025-05-26 07:26:42 02535_ip_parser_not_whole: [ OK ] 0.80 sec. 2025-05-26 07:26:45 02525_different_engines_in_temporary_tables: [ OK ] 2.28 sec. 2025-05-26 07:26:45 02523_range_const_start: [ OK ] 0.72 sec. 2025-05-26 07:26:48 02539_settings_alias: [ OK ] 10.13 sec. 2025-05-26 07:26:49 02531_two_level_aggregation_bug: [ OK ] 7.02 sec. 2025-05-26 07:26:50 02534_parquet_fixed_binary_array: [ OK ] 8.44 sec. 2025-05-26 07:26:51 02668_parse_datetime_in_joda_syntax: [ OK ] 42.56 sec. 2025-05-26 07:26:51 02518_parquet_arrow_orc_boolean_value: [ OK ] 3.66 sec. 2025-05-26 07:26:52 02517_avro_bool_type: [ OK ] 2.50 sec. 2025-05-26 07:26:52 02515_projections_with_totals: [ OK ] 1.70 sec. 2025-05-26 07:26:53 02515_and_or_if_multiif_not_return_lc: [ OK ] 1.69 sec. 2025-05-26 07:26:54 02515_analyzer_null_for_empty: [ OK ] 1.38 sec. 2025-05-26 07:26:55 02515_aggregate_functions_statistics: [ OK ] 3.51 sec. 2025-05-26 07:26:55 02514_bad_index_granularity: [ OK ] 1.38 sec. 2025-05-26 07:26:56 02513_broken_datetime64_init_on_mac: [ OK ] 1.17 sec. 2025-05-26 07:26:56 02510_group_by_prewhere_null: [ OK ] 1.49 sec. 2025-05-26 07:26:57 02513_prewhere_combine_step_filters: [ OK ] 2.97 sec. 2025-05-26 07:26:57 02508_index_analysis_to_date_timezone: [ OK ] 1.35 sec. 2025-05-26 07:26:58 02500_analyzer_storage_view_crash_fix: [ OK ] 1.24 sec. 2025-05-26 07:26:59 02494_analyzer_compound_expression_crash_fix: [ OK ] 1.17 sec. 2025-05-26 07:26:59 02590_interserver_mode_client_info_initial_query_start_time: [ OK ] 18.17 sec. 2025-05-26 07:27:01 02494_optimize_group_by_function_keys_and_alias_columns: [ OK ] 1.46 sec. 2025-05-26 07:27:02 02494_parser_string_binary_literal: [ OK ] 1.36 sec. 2025-05-26 07:27:03 02517_infer_uint64_in_case_of_int64_overflow: [ OK ] 12.63 sec. 2025-05-26 07:27:04 02493_do_not_assume_that_the_original_query_was_valid_when_transforming_joins: [ OK ] 1.84 sec. 2025-05-26 07:27:08 02494_zero_copy_and_projection_and_mutation_work_together: [ OK ] 8.14 sec. 2025-05-26 07:27:08 02493_numeric_literals_with_underscores: [ OK ] 5.24 sec. 2025-05-26 07:27:08 02491_part_log_has_table_uuid: [ OK ] 4.05 sec. 2025-05-26 07:27:11 02482_value_block_parsing: [ OK ] 2.96 sec. 2025-05-26 07:27:13 02481_xxh3_hash_function: [ OK ] 1.13 sec. 2025-05-26 07:27:13 02486_truncate_and_unexpected_parts: [ OK ] 4.81 sec. 2025-05-26 07:27:14 02481_analyzer_optimize_grouping_sets_keys: [ OK ] 1.00 sec. 2025-05-26 07:27:14 02481_i43247_ubsan_in_minmaxany: [ OK ] 5.63 sec. 2025-05-26 07:27:15 02481_pk_analysis_with_enum_to_string: [ OK ] 1.80 sec. 2025-05-26 07:27:16 02481_low_cardinality_with_short_circuit_functins: [ OK ] 1.57 sec. 2025-05-26 07:27:16 02480_suspicious_lowcard_in_key: [ OK ] 1.58 sec. 2025-05-26 07:27:17 02521_incorrect_dealy_for_insert_bug_44902: [ OK ] 31.40 sec. 2025-05-26 07:27:18 02481_analyzer_optimize_aggregation_arithmetics: [ OK ] 4.40 sec. 2025-05-26 07:27:18 02478_window_frame_type_groups: [ OK ] 1.40 sec. 2025-05-26 07:27:20 02478_analyzer_table_expression_aliases: [ OK ] 1.86 sec. 2025-05-26 07:27:20 02479_mysql_connect_to_self: [ OK ] 3.66 sec. 2025-05-26 07:27:20 02480_client_option_print_num_processed_rows: [ OK ] 4.67 sec. 2025-05-26 07:27:21 02476_analyzer_join_with_unused_columns: [ OK ] 0.98 sec. 2025-05-26 07:27:22 02476_fix_lambda_parsing: [ OK ] 1.68 sec. 2025-05-26 07:27:22 02500_bson_read_object_id: [ OK ] 25.38 sec. 2025-05-26 07:27:22 02477_age_date32: [ OK ] 3.54 sec. 2025-05-26 07:27:22 02474_fix_function_parser_bug: [ OK ] 0.49 sec. 2025-05-26 07:27:23 02475_join_bug_42832: [ OK ] 1.30 sec. 2025-05-26 07:27:23 02476_fuse_sum_count: [ OK ] 2.09 sec. 2025-05-26 07:27:24 02475_analysis_of_variance: [ OK ] 2.15 sec. 2025-05-26 07:27:25 02874_parquet_multiple_batches_array_inconsistent_offsets: [ OK ] 122.01 sec. 2025-05-26 07:27:25 02466_distributed_query_profiler: [ OK ] 2.24 sec. 2025-05-26 07:27:26 02465_limit_trivial_max_rows_to_read: [ OK ] 3.11 sec. 2025-05-26 07:27:30 02461_mullable_pk_monotonicity_bug: [ OK ] 5.82 sec. 2025-05-26 07:27:31 02496_remove_redundant_sorting: [ OK ] 33.89 sec. 2025-05-26 07:27:32 02458_insert_select_progress_tcp: [ OK ] 5.39 sec. 2025-05-26 07:27:32 02458_empty_hdfs_url: [ OK ] 1.94 sec. 2025-05-26 07:27:34 02457_filesystem_function: [ OK ] 1.87 sec. 2025-05-26 07:27:34 02461_alter_update_respect_part_column_type_bug: [ OK ] 8.47 sec. 2025-05-26 07:27:38 02457_csv_parse_date_out_of_range: [ OK ] 6.12 sec. 2025-05-26 07:27:41 02456_test_zero_copy_mutation: [ OK ] 2.57 sec. 2025-05-26 07:27:42 02456_keeper_retries_during_insert: [ OK ] 7.11 sec. 2025-05-26 07:27:42 02456_bloom_filter_assert: [ OK ] 7.59 sec. 2025-05-26 07:27:43 02455_improve_feedback_when_replacing_partition_with_different_primary_key: [ OK ] 2.58 sec. 2025-05-26 07:27:45 02430_initialize_aggregation_with_combinators: [ OK ] 1.23 sec. 2025-05-26 07:27:46 02454_disable_mergetree_with_lightweight_delete_column: [ OK ] 4.22 sec. 2025-05-26 07:27:47 02440_mutations_finalization: [ OK ] 4.71 sec. 2025-05-26 07:27:47 02422_read_numbers_as_strings: [ OK ] 0.83 sec. 2025-05-26 07:27:47 02426_pod_array_overflow_2: [ OK ] 2.34 sec. 2025-05-26 07:27:51 02456_async_inserts_logs: [ OK ] 18.72 sec. 2025-05-26 07:27:52 02420_stracktrace_debug_symbols: [ OK ] 5.37 sec. 2025-05-26 07:27:54 02415_all_new_functions_must_be_documented: [ OK ] 1.45 sec. 2025-05-26 07:27:55 02417_null_variadic_behaviour: [ OK ] 7.37 sec. 2025-05-26 07:27:56 02416_rocksdb_delete_update: [ OK ] 4.55 sec. 2025-05-26 07:27:56 02412_nlp: [ OK ] 1.75 sec. 2025-05-26 07:27:57 02407_array_element_from_map_wrong_type: [ OK ] 1.81 sec. 2025-05-26 07:27:57 02461_cancel_finish_race: [ OK ] 31.42 sec. 2025-05-26 07:27:57 02383_join_and_filtering_set: [ SKIPPED ] 0.00 sec. - not running for current build 2025-05-26 07:27:57 02394_every_profile_event_must_have_documentation: [ OK ] 1.18 sec. 2025-05-26 07:27:57 02381_client_prints_server_side_time: [ SKIPPED ] 0.00 sec. - not running for current build 2025-05-26 07:27:57 02392_every_setting_must_have_documentation: [ OK ] 1.16 sec. 2025-05-26 07:27:58 02581_share_big_sets_between_mutation_tasks: [ OK ] 100.59 sec. 2025-05-26 07:27:59 02381_arrow_dict_to_lc: [ OK ] 2.02 sec. 2025-05-26 07:27:59 02385_analyzer_aliases_compound_expression: [ OK ] 2.55 sec. 2025-05-26 07:28:00 02380_analyzer_join_sample: [ OK ] 1.21 sec. 2025-05-26 07:28:00 02375_scalar_lc_cte: [ OK ] 0.72 sec. 2025-05-26 07:28:01 02377_analyzer_in_function_set: [ OK ] 1.11 sec. 2025-05-26 07:28:05 02381_compress_marks_and_primary_key: [ OK ] 7.52 sec. 2025-05-26 07:28:06 02371_create_temporary_table_as_with_columns_list: [ OK ] 0.72 sec. 2025-05-26 07:28:06 02383_arrow_dict_special_cases: [ OK ] 9.37 sec. 2025-05-26 07:28:07 02368_analyzer_table_functions: [ OK ] 0.88 sec. 2025-05-26 07:28:08 02378_part_log_profile_events: [ OK ] 8.50 sec. 2025-05-26 07:28:09 02366_window_function_order_by: [ OK ] 0.82 sec. 2025-05-26 07:28:09 02367_analyzer_table_alias_columns: [ OK ] 1.39 sec. 2025-05-26 07:28:10 02366_explain_query_tree: [ OK ] 1.18 sec. 2025-05-26 07:28:11 02366_normalize_aggregate_function_types_and_states: [ OK ] 0.91 sec. 2025-05-26 07:28:12 02364_dictionary_datetime_64_attribute_crash: [ OK ] 0.97 sec. 2025-05-26 07:28:14 02366_kql_summarize: [ OK ] 5.03 sec. 2025-05-26 07:28:15 02360_send_logs_level_colors: [ OK ] 3.37 sec. 2025-05-26 07:28:16 02359_send_logs_source_regexp: [ OK ] 2.04 sec. 2025-05-26 07:28:17 02355_column_type_name_lc: [ OK ] 0.69 sec. 2025-05-26 07:28:18 02354_numeric_literals_with_underscores: [ OK ] 0.81 sec. 2025-05-26 07:28:19 02354_tuple_element_with_default: [ OK ] 1.25 sec. 2025-05-26 07:28:19 02476_analyzer_identifier_hints: [ OK ] 58.66 sec. 2025-05-26 07:28:20 02374_analyzer_join_using: [ OK ] 19.27 sec. 2025-05-26 07:28:20 02353_partition_prune_nullable_key: [ OK ] 0.92 sec. 2025-05-26 07:28:20 02353_ascii: [ OK ] 0.86 sec. 2025-05-26 07:28:21 02346_to_hour_monotonicity_fix: [ OK ] 1.02 sec. 2025-05-26 07:28:22 02353_translate: [ OK ] 2.04 sec. 2025-05-26 07:28:23 02357_query_cancellation_race: [ OK ] 7.73 sec. 2025-05-26 07:28:23 02346_position_countsubstrings_zero_byte: [ OK ] 1.60 sec. 2025-05-26 07:28:25 02345_create_table_allow_trailing_comma: [ OK ] 1.25 sec. 2025-05-26 07:28:25 02345_filesystem_local: [ OK ] 1.98 sec. 2025-05-26 07:28:27 02346_into_outfile_and_stdout: [ OK ] 5.58 sec. 2025-05-26 07:28:27 02343_aggregation_pipeline: [ OK ] 2.02 sec. 2025-05-26 07:28:27 02336_sort_optimization_with_fill: [ OK ] 0.72 sec. 2025-05-26 07:28:28 02341_global_join_cte: [ OK ] 2.52 sec. 2025-05-26 07:28:29 02324_map_combinator_bug: [ OK ] 1.55 sec. 2025-05-26 07:28:29 02370_lost_part_intersecting_merges: [ OK ] 23.38 sec. 2025-05-26 07:28:29 02317_functions_with_nothing: [ OK ] 1.16 sec. 2025-05-26 07:28:29 02335_column_ttl_expired_column_optimization: [ OK ] 2.36 sec. 2025-05-26 07:28:30 02316_const_string_intersact: [ OK ] 0.72 sec. 2025-05-26 07:28:30 02315_pmj_union_ubsan_35857: [ OK ] 0.68 sec. 2025-05-26 07:28:31 02316_cast_to_ip_address_default_column: [ OK ] 1.39 sec. 2025-05-26 07:28:31 02315_optimize_monotonous_functions_in_order_by_remote: [ OK ] 0.87 sec. 2025-05-26 07:28:32 02311_normalize_utf8_constant: [ OK ] 0.74 sec. 2025-05-26 07:28:32 02311_hashed_array_dictionary_hierarchical_functions: [ OK ] 1.79 sec. 2025-05-26 07:28:32 02315_readonly_create_function: [ OK ] 2.56 sec. 2025-05-26 07:28:34 02306_rowbinary_has_no_bom: [ OK ] 1.54 sec. 2025-05-26 07:28:34 02302_clash_const_aggegate_join: [ OK ] 1.62 sec. 2025-05-26 07:28:36 02372_analyzer_join: [ OK ] 34.81 sec. 2025-05-26 07:28:36 02293_h3_line: [ OK ] 2.08 sec. 2025-05-26 07:28:37 02317_distinct_in_order_optimization: [ OK ] 8.01 sec. 2025-05-26 07:28:38 02285_hex_bin_support_more_types: [ OK ] 1.62 sec. 2025-05-26 07:28:39 02290_client_insert_cancel: [ OK ] 2.94 sec. 2025-05-26 07:28:39 02294_floating_point_second_in_settings: [ OK ] 6.38 sec. 2025-05-26 07:28:39 02267_output_format_prometheus: [ OK ] 1.20 sec. 2025-05-26 07:28:40 02251_last_day_of_month: [ OK ] 1.02 sec. 2025-05-26 07:28:40 02293_ttest_large_samples: [ OK ] 6.52 sec. 2025-05-26 07:28:41 02260_alter_compact_part_drop_nested_column: [ OK ] 1.88 sec. 2025-05-26 07:28:42 02421_truncate_isolation_no_merges: [ OK ] 55.30 sec. 2025-05-26 07:28:43 02244_make_datetime: [ OK ] 2.84 sec. 2025-05-26 07:28:43 02243_in_ip_address: [ OK ] 1.01 sec. 2025-05-26 07:28:43 02243_make_date32_mysql: [ OK ] 2.59 sec. 2025-05-26 07:28:44 02242_optimize_to_subcolumns_no_storage: [ OK ] 0.81 sec. 2025-05-26 07:28:44 02242_throw_if_constant_argument: [ OK ] 0.75 sec. 2025-05-26 07:28:44 02250_lots_of_columns_in_csv_with_names: [ OK ] 4.86 sec. 2025-05-26 07:28:45 02234_position_case_insensitive_utf8: [ OK ] 0.73 sec. 2025-05-26 07:28:46 02233_optimize_aggregation_in_order_prefix: [ OK ] 1.55 sec. 2025-05-26 07:28:46 02228_unquoted_dates_in_csv_schema_inference: [ OK ] 1.93 sec. 2025-05-26 07:28:46 02220_array_join_format: [ OK ] 0.62 sec. 2025-05-26 07:28:47 02224_parallel_distributed_insert_select_cluster: [ OK ] 1.94 sec. 2025-05-26 07:28:49 02207_s3_content_type: [ OK ] 2.97 sec. 2025-05-26 07:28:50 02189_join_type_conversion: [ OK ] 0.72 sec. 2025-05-26 07:28:50 02205_postgresql_functions: [ OK ] 3.76 sec. 2025-05-26 07:28:51 02206_format_override: [ OK ] 4.42 sec. 2025-05-26 07:28:51 02185_arraySlice_negative_offset_size: [ OK ] 1.20 sec. 2025-05-26 07:28:51 02184_ipv6_cast_test: [ OK ] 0.95 sec. 2025-05-26 07:28:52 02184_ipv6_select_parsing: [ OK ] 1.03 sec. 2025-05-26 07:28:53 02242_case_insensitive_column_matching: [ OK ] 9.45 sec. 2025-05-26 07:28:53 02184_range_hashed_dictionary_outside_range_values: [ OK ] 1.11 sec. 2025-05-26 07:28:53 02184_storage_add_support_ttl: [ OK ] 1.74 sec. 2025-05-26 07:28:54 02181_dictionary_attach_detach: [ OK ] 1.63 sec. 2025-05-26 07:28:55 02177_sum_if_not_found: [ OK ] 1.70 sec. 2025-05-26 07:28:55 02179_bool_type: [ OK ] 2.36 sec. 2025-05-26 07:28:55 02161_addressToLineWithInlines: [ SKIPPED ] 0.00 sec. - not running for current build 2025-05-26 07:28:56 02183_dictionary_date_types: [ OK ] 4.07 sec. 2025-05-26 07:28:56 02165_h3_edge_length_km: [ OK ] 1.12 sec. 2025-05-26 07:28:56 02160_h3_hex_area_Km2: [ OK ] 1.16 sec. 2025-05-26 07:28:57 02158_ztest: [ OK ] 0.98 sec. 2025-05-26 07:28:57 02246_is_secure_query_log: [ OK ] 17.12 sec. 2025-05-26 07:28:57 02346_read_in_order_fixed_prefix: [ OK ] 37.01 sec. 2025-05-26 07:28:58 02158_proportions_ztest: [ OK ] 1.43 sec. 2025-05-26 07:28:58 02154_bitmap_contains: [ OK ] 0.74 sec. 2025-05-26 07:28:58 02148_cast_type_parsing: [ OK ] 0.72 sec. 2025-05-26 07:28:59 02147_order_by_optimizations: [ OK ] 1.20 sec. 2025-05-26 07:28:59 02155_dictionary_comment: [ OK ] 2.23 sec. 2025-05-26 07:29:00 02142_http_with_query_parameters: [ OK ] 1.59 sec. 2025-05-26 07:29:00 02133_issue_32458: [ OK ] 0.93 sec. 2025-05-26 07:29:00 02158_ztest_cmp: [ OK ] 3.60 sec. 2025-05-26 07:29:01 02128_cast_nullable: [ OK ] 0.88 sec. 2025-05-26 07:29:01 02136_kill_scalar_queries: [ OK ] 2.74 sec. 2025-05-26 07:29:02 02131_row_policies_combination: [ OK ] 2.30 sec. 2025-05-26 07:29:02 02125_transform_decimal_bug: [ OK ] 1.00 sec. 2025-05-26 07:29:02 02126_url_auth: [ OK ] 2.06 sec. 2025-05-26 07:29:02 02125_constant_if_condition_and_not_existing_column: [ OK ] 1.30 sec. 2025-05-26 07:29:04 02124_insert_deduplication_token: [ OK ] 1.58 sec. 2025-05-26 07:29:10 02271_replace_partition_many_tables: [ OK ] 32.16 sec. 2025-05-26 07:29:12 02122_parallel_formatting_Vertical: [ OK ] 8.54 sec. 2025-05-26 07:29:13 02124_insert_deduplication_token_materialized_views: [ OK ] 11.17 sec. 2025-05-26 07:29:15 02124_buffer_with_type_map_long: [ OK ] 13.14 sec. 2025-05-26 07:29:16 02122_parallel_formatting_TSV: [ OK ] 6.02 sec. 2025-05-26 07:29:16 02125_lz4_compression_bug_CSV: [ OK ] 14.31 sec. 2025-05-26 07:29:19 02122_parallel_formatting_JSONCompactEachRowWithNamesAndTypes: [ OK ] 6.20 sec. 2025-05-26 07:29:19 02125_lz4_compression_bug_Values: [ OK ] 18.68 sec. 2025-05-26 07:29:20 02122_join_group_by_timeout: [ OK ] 6.55 sec. 2025-05-26 07:29:22 02122_parallel_formatting_JSONCompact: [ OK ] 6.15 sec. 2025-05-26 07:29:23 02122_parallel_formatting_RowBinaryWithNames: [ OK ] 7.45 sec. 2025-05-26 07:29:24 02113_format_row: [ OK ] 0.88 sec. 2025-05-26 07:29:24 02122_parallel_formatting_JSONCompactEachRowWithNames: [ OK ] 5.66 sec. 2025-05-26 07:29:24 02113_base64encode_trailing_bytes_1: [ OK ] 0.70 sec. 2025-05-26 07:29:25 02121_pager: [ OK ] 2.67 sec. 2025-05-26 07:29:25 02112_skip_index_set_and_or: [ OK ] 0.85 sec. 2025-05-26 07:29:26 02174_cte_scalar_cache_mv: [ OK ] 31.39 sec. 2025-05-26 07:29:26 02122_parallel_formatting_JSON: [ OK ] 7.25 sec. 2025-05-26 07:29:26 02111_with_fill_no_rows: [ OK ] 0.99 sec. 2025-05-26 07:29:27 02112_delayed_clickhouse_client_with_queries_file: [ OK ] 2.23 sec. 2025-05-26 07:29:28 02097_initializeAggregationNullable: [ OK ] 0.94 sec. 2025-05-26 07:29:28 02110_clickhouse_local_custom_tld: [ OK ] 2.02 sec. 2025-05-26 07:29:28 02097_polygon_dictionary_store_key: [ OK ] 1.71 sec. 2025-05-26 07:29:28 02112_delayed_clickhouse_local: [ OK ] 3.35 sec. 2025-05-26 07:29:29 02039_group_by_with_totals_having: [ OK ] 0.81 sec. 2025-05-26 07:29:30 02122_parallel_formatting_PrettyCompactNoEscapes: [ OK ] 13.53 sec. 2025-05-26 07:29:30 02025_having_filter_column: [ OK ] 1.06 sec. 2025-05-26 07:29:31 02027_ngrams: [ OK ] 2.22 sec. 2025-05-26 07:29:32 02024_compile_expressions_with_short_circuit_evaluation: [ OK ] 0.69 sec. 2025-05-26 07:29:32 02025_nested_func_for_if_combinator: [ OK ] 1.65 sec. 2025-05-26 07:29:39 02021_exponential_sum_shard: [ OK ] 7.53 sec. 2025-05-26 07:29:40 02021_h3_is_res_classIII: [ OK ] 1.02 sec. 2025-05-26 07:29:43 02122_parallel_formatting_PrettyNoEscapes: [ OK ] 22.88 sec. 2025-05-26 07:29:43 02025_storage_filelog_virtual_col: [ OK ] 13.49 sec. 2025-05-26 07:29:44 02016_agg_empty_result_bug_28880: [ OK ] 1.24 sec. 2025-05-26 07:29:47 02024_join_on_or_long: [ OK ] 15.73 sec. 2025-05-26 07:29:48 02015_async_inserts_2: [ OK ] 3.27 sec. 2025-05-26 07:29:48 02021_create_database_with_comment: [ OK ] 7.60 sec. 2025-05-26 07:29:49 02017_bit_shift_left_for_string_integer: [ OK ] 6.41 sec. 2025-05-26 07:29:49 02012_zookeeper_changed_enum_type: [ OK ] 1.41 sec. 2025-05-26 07:29:50 02012_sha512_fixedstring: [ OK ] 1.01 sec. 2025-05-26 07:29:51 02046_low_cardinality_parallel_group_by: [ OK ] 22.91 sec. 2025-05-26 07:29:52 02473_multistep_prewhere: [ OK ] 149.29 sec. 2025-05-26 07:29:52 02013_zlib_read_after_eof: [ OK ] 4.74 sec. 2025-05-26 07:29:52 02009_body_query_params: [ OK ] 1.58 sec. 2025-05-26 07:29:53 02030_rocksdb_race_long: [ OK ] 24.72 sec. 2025-05-26 07:29:54 02007_join_use_nulls: [ OK ] 1.33 sec. 2025-05-26 07:29:54 02013_json_function_null_column: [ OK ] 5.98 sec. 2025-05-26 07:29:54 02003_WithMergeableStateAfterAggregationAndLimit_LIMIT_BY_LIMIT_OFFSET: [ OK ] 1.39 sec. 2025-05-26 07:29:55 01958_partial_hour_timezone: [ OK ] 0.95 sec. 2025-05-26 07:29:55 02007_ipv4_and_ipv6_to_and_from_string: [ OK ] 3.50 sec. 2025-05-26 07:29:56 02003_compress_bz2: [ OK ] 3.55 sec. 2025-05-26 07:29:57 02001_append_output_file: [ OK ] 2.65 sec. 2025-05-26 07:29:57 02011_normalize_utf8: [ OK ] 6.98 sec. 2025-05-26 07:29:57 02010_lc_native: [ OK ] 6.66 sec. 2025-05-26 07:30:00 02100_multiple_hosts_command_line_set_ssl: [ OK ] 33.73 sec. 2025-05-26 07:30:01 01950_kill_large_group_by_query: [ OK ] 5.86 sec. 2025-05-26 07:30:01 01945_show_debug_warning: [ OK ] 4.35 sec. 2025-05-26 07:30:01 01940_totimezone_operator_monotonicity: [ OK ] 1.06 sec. 2025-05-26 07:30:01 01942_dateTimeToSnowflake: [ OK ] 4.38 sec. 2025-05-26 07:30:02 01940_point_in_polygon_ubsan: [ OK ] 0.71 sec. 2025-05-26 07:30:02 01937_nested_chinese: [ OK ] 0.97 sec. 2025-05-26 07:30:02 01938_joins_identifiers: [ OK ] 1.23 sec. 2025-05-26 07:30:03 01944_insert_partition_by: [ OK ] 6.07 sec. 2025-05-26 07:30:03 01926_date_date_time_supertype: [ OK ] 1.35 sec. 2025-05-26 07:30:03 01922_array_join_with_index: [ OK ] 1.02 sec. 2025-05-26 07:30:04 01921_with_fill_with_totals: [ OK ] 1.02 sec. 2025-05-26 07:30:04 01921_test_progress_bar: [ OK ] 0.73 sec. 2025-05-26 07:30:04 01943_query_id_check: [ OK ] 7.31 sec. 2025-05-26 07:30:04 01947_mv_subquery: [ OK ] 8.59 sec. 2025-05-26 07:30:05 01913_names_of_tuple_literal: [ OK ] 0.74 sec. 2025-05-26 07:30:05 01906_partition_by_multiply_by_zero: [ OK ] 1.02 sec. 2025-05-26 07:30:05 01901_in_literal_shard_prune: [ OK ] 1.01 sec. 2025-05-26 07:30:05 01917_system_data_skipping_indices: [ OK ] 1.92 sec. 2025-05-26 07:30:06 01891_not_like_partition_prune: [ OK ] 1.14 sec. 2025-05-26 07:30:06 01891_partition_hash_no_long_int: [ OK ] 1.19 sec. 2025-05-26 07:30:07 01925_map_populate_series_on_map: [ OK ] 5.27 sec. 2025-05-26 07:30:08 01917_prewhere_column_type: [ OK ] 3.64 sec. 2025-05-26 07:30:08 01893_jit_aggregation_function_min_long: [ OK ] 3.23 sec. 2025-05-26 07:30:08 02003_memory_limit_in_client: [ OK ] 14.69 sec. 2025-05-26 07:30:09 01890_jit_aggregation_function_sum_long: [ OK ] 3.24 sec. 2025-05-26 07:30:09 01869_reinterpret_as_fixed_string_uuid: [ OK ] 0.68 sec. 2025-05-26 07:30:09 01882_scalar_subquery_exception: [ OK ] 1.52 sec. 2025-05-26 07:30:09 01872_functions_to_subcolumns: [ OK ] 1.85 sec. 2025-05-26 07:30:10 01851_s2_to_geo: [ OK ] 0.74 sec. 2025-05-26 07:30:10 01845_add_testcase_for_arrayElement: [ OK ] 1.18 sec. 2025-05-26 07:30:10 01832_memory_write_suffix: [ OK ] 0.80 sec. 2025-05-26 07:30:10 01831_max_streams: [ OK ] 0.74 sec. 2025-05-26 07:30:11 01866_bit_positions_to_array: [ OK ] 2.18 sec. 2025-05-26 07:30:11 01890_state_of_state: [ OK ] 4.53 sec. 2025-05-26 07:30:11 01882_total_rows_approx: [ OK ] 4.60 sec. 2025-05-26 07:30:12 01854_HTTP_dict_decompression: [ OK ] 3.13 sec. 2025-05-26 07:30:12 01825_type_json_ephemeral: [ OK ] 1.06 sec. 2025-05-26 07:30:13 01825_type_json_field: [ OK ] 1.38 sec. 2025-05-26 07:30:14 01825_type_json_empty_string: [ OK ] 0.90 sec. 2025-05-26 07:30:15 01825_type_json_1: [ OK ] 2.73 sec. 2025-05-26 07:30:15 01825_type_json_mutations: [ OK ] 1.49 sec. 2025-05-26 07:30:15 01825_type_json_3: [ OK ] 3.05 sec. 2025-05-26 07:30:16 01825_type_json_13: [ OK ] 5.45 sec. 2025-05-26 07:30:16 01818_case_float_value_fangyc: [ OK ] 0.68 sec. 2025-05-26 07:30:16 01825_type_json_15: [ OK ] 5.87 sec. 2025-05-26 07:30:17 01813_quantileBfloat16_nans: [ OK ] 0.76 sec. 2025-05-26 07:30:17 01821_join_table_mutation: [ OK ] 1.83 sec. 2025-05-26 07:30:17 01825_type_json_4: [ OK ] 6.74 sec. 2025-05-26 07:30:17 01817_storage_buffer_parameters: [ OK ] 1.33 sec. 2025-05-26 07:30:18 01812_has_generic: [ OK ] 0.73 sec. 2025-05-26 07:30:18 01818_move_partition_simple: [ OK ] 2.09 sec. 2025-05-26 07:30:18 01795_TinyLog_rwlock_ub: [ OK ] 0.96 sec. 2025-05-26 07:30:19 01927_query_views_log_matview_exceptions: [ OK ] 17.65 sec. 2025-05-26 07:30:20 01780_column_sparse_distinct: [ OK ] 1.33 sec. 2025-05-26 07:30:21 01783_parallel_formatting_memory: [ OK ] 3.73 sec. 2025-05-26 07:30:21 01776_decrypt_aead_size_check: [ OK ] 1.73 sec. 2025-05-26 07:30:22 01780_column_sparse_tuple: [ OK ] 2.64 sec. 2025-05-26 07:30:22 01774_tuple_null_in: [ OK ] 0.69 sec. 2025-05-26 07:30:23 01773_datetime64_add_ubsan: [ OK ] 1.15 sec. 2025-05-26 07:30:23 01771_datetime64_no_time_part: [ OK ] 0.77 sec. 2025-05-26 07:30:23 01822_short_circuit: [ OK ] 8.74 sec. 2025-05-26 07:30:24 01788_update_nested_type_subcolumn_check: [ OK ] 6.21 sec. 2025-05-26 07:30:24 01762_deltasumtimestamp: [ OK ] 1.35 sec. 2025-05-26 07:30:25 01720_engine_file_empty_if_not_exists: [ OK ] 1.17 sec. 2025-05-26 07:30:25 01798_uniq_theta_sketch: [ OK ] 7.85 sec. 2025-05-26 07:30:25 01710_order_by_projections_incomplete: [ OK ] 1.35 sec. 2025-05-26 07:30:25 01753_optimize_aggregation_in_order: [ OK ] 2.37 sec. 2025-05-26 07:30:26 01746_extract_text_from_html: [ OK ] 2.76 sec. 2025-05-26 07:30:26 01710_projection_row_policy: [ OK ] 1.16 sec. 2025-05-26 07:30:26 01710_projections_and_duplicate_columms: [ OK ] 1.46 sec. 2025-05-26 07:30:26 01710_normal_projection_join_plan_fix: [ OK ] 1.43 sec. 2025-05-26 07:30:26 01710_aggregate_projection_with_monotonic_key_expr: [ OK ] 1.31 sec. 2025-05-26 07:30:27 01710_projections_group_by_no_key: [ OK ] 1.27 sec. 2025-05-26 07:30:27 01710_projection_optimize_group_by_function_keys: [ OK ] 0.97 sec. 2025-05-26 07:30:27 01710_projection_array_join: [ OK ] 0.87 sec. 2025-05-26 07:30:28 01710_projection_group_by_order_by: [ OK ] 1.08 sec. 2025-05-26 07:30:28 01710_projection_with_ast_rewrite_settings: [ OK ] 1.86 sec. 2025-05-26 07:30:28 01710_projection_drop_if_exists: [ OK ] 1.76 sec. 2025-05-26 07:30:28 01703_rewrite_aggregate_function_case_insensitive: [ OK ] 0.85 sec. 2025-05-26 07:30:28 01746_forbid_drop_column_referenced_by_mv: [ OK ] 5.01 sec. 2025-05-26 07:30:29 01825_type_json_nbagames: [ OK ] 18.45 sec. 2025-05-26 07:30:29 01702_toDateTime_from_string_clamping: [ OK ] 0.89 sec. 2025-05-26 07:30:29 01710_normal_projection_with_query_plan_optimization: [ OK ] 1.96 sec. 2025-05-26 07:30:29 01700_point_in_polygon_ubsan: [ OK ] 1.14 sec. 2025-05-26 07:30:29 01700_mod_negative_type_promotion: [ OK ] 1.15 sec. 2025-05-26 07:30:30 01702_rewrite_avg_for_algebraic_optimization: [ OK ] 1.62 sec. 2025-05-26 07:30:30 01680_predicate_pushdown_union_distinct_subquery: [ OK ] 0.70 sec. 2025-05-26 07:30:30 01685_json_extract_double_as_float: [ OK ] 1.11 sec. 2025-05-26 07:30:31 01669_test_toYear_mysql_dialect: [ OK ] 0.62 sec. 2025-05-26 07:30:31 01680_date_time_add_ubsan: [ OK ] 1.83 sec. 2025-05-26 07:30:31 01671_aggregate_function_group_bitmap_data: [ OK ] 1.41 sec. 2025-05-26 07:30:32 01674_clickhouse_client_query_param_cte: [ OK ] 2.08 sec. 2025-05-26 07:30:32 01667_aes_args_check: [ OK ] 1.28 sec. 2025-05-26 07:30:32 01663_test_toDate_mysql_compatibility: [ OK ] 0.70 sec. 2025-05-26 07:30:32 01670_distributed_bytes_to_throw_insert: [ OK ] 2.09 sec. 2025-05-26 07:30:32 01663_quantile_weighted_overflow: [ OK ] 0.92 sec. 2025-05-26 07:30:32 01662_test_toDayOfMonth_mysql_compatibility: [ OK ] 0.78 sec. 2025-05-26 07:30:33 01662_join_mixed: [ OK ] 0.90 sec. 2025-05-26 07:30:33 01655_test_isnull_mysql_dialect: [ OK ] 0.75 sec. 2025-05-26 07:30:33 01650_expressions_merge_bug: [ OK ] 0.78 sec. 2025-05-26 07:30:35 01640_distributed_async_insert_compression: [ OK ] 1.69 sec. 2025-05-26 07:30:35 01691_parser_data_type_exponential: [ OK ] 6.50 sec. 2025-05-26 07:30:36 01646_rewrite_sum_if: [ OK ] 3.42 sec. 2025-05-26 07:30:37 01634_sum_map_nulls: [ OK ] 1.94 sec. 2025-05-26 07:30:37 01632_max_partitions_to_read: [ OK ] 2.23 sec. 2025-05-26 07:30:38 01623_byte_size_const: [ OK ] 0.86 sec. 2025-05-26 07:30:38 01630_simple_aggregate_function_in_summing_merge_tree: [ OK ] 2.17 sec. 2025-05-26 07:30:39 01641_memory_tracking_insert_optimize: [ OK ] 5.80 sec. 2025-05-26 07:30:39 01622_constraints_where_optimization: [ OK ] 1.73 sec. 2025-05-26 07:30:39 01621_sort_after_join_pipeline_stuck: [ OK ] 1.01 sec. 2025-05-26 07:30:40 01605_key_condition_enum_int: [ OK ] 1.04 sec. 2025-05-26 07:30:40 01622_defaults_for_url_engine: [ OK ] 2.26 sec. 2025-05-26 07:30:41 01605_drop_settings_profile_while_assigned: [ OK ] 1.04 sec. 2025-05-26 07:30:42 01605_skip_idx_compact_parts: [ OK ] 1.52 sec. 2025-05-26 07:30:43 01596_setting_limit_offset: [ OK ] 2.19 sec. 2025-05-26 07:30:44 01607_arrays_as_nested_csv: [ OK ] 4.86 sec. 2025-05-26 07:30:44 01593_insert_settings: [ OK ] 2.26 sec. 2025-05-26 07:30:44 01602_runningConcurrency: [ OK ] 3.91 sec. 2025-05-26 07:30:45 01585_fuzz_bits_with_bugfix: [ OK ] 0.86 sec. 2025-05-26 07:30:45 01567_system_processes_current_database: [ OK ] 0.85 sec. 2025-05-26 07:30:46 01586_columns_pruning: [ OK ] 3.14 sec. 2025-05-26 07:30:46 01560_DateTime_and_DateTime64_comparision: [ OK ] 1.06 sec. 2025-05-26 07:30:47 01654_test_writer_block_sequence: [ OK ] 14.83 sec. 2025-05-26 07:30:47 01560_optimize_on_insert_zookeeper: [ OK ] 2.56 sec. 2025-05-26 07:30:47 01666_merge_tree_max_query_limit: [ OK ] 16.48 sec. 2025-05-26 07:30:47 01554_interpreter_integer_float: [ OK ] 0.97 sec. 2025-05-26 07:30:48 01553_datetime64_comparison: [ OK ] 0.87 sec. 2025-05-26 07:30:49 01552_dict_fixedstring: [ OK ] 1.11 sec. 2025-05-26 07:30:49 01550_mutation_subquery: [ OK ] 1.20 sec. 2025-05-26 07:30:49 01549_low_cardinality_materialized_view: [ OK ] 1.08 sec. 2025-05-26 07:30:50 01544_errorCodeToName: [ OK ] 0.90 sec. 2025-05-26 07:30:51 01548_with_totals_having: [ OK ] 2.06 sec. 2025-05-26 07:30:51 01548_uncomparable_columns_in_keys: [ OK ] 1.98 sec. 2025-05-26 07:30:51 01576_alias_column_rewrite: [ OK ] 6.50 sec. 2025-05-26 07:30:51 01558_ttest_scipy: [ OK ] 5.23 sec. 2025-05-26 07:30:52 01528_allow_nondeterministic_optimize_skip_unused_shards: [ OK ] 1.53 sec. 2025-05-26 07:30:53 01540_verbatim_partition_pruning: [ OK ] 2.32 sec. 2025-05-26 07:30:53 01532_collate_in_low_cardinality: [ OK ] 1.78 sec. 2025-05-26 07:30:53 01782_field_oom: [ OK ] 35.35 sec. 2025-05-26 07:30:53 01526_param_uuid: [ OK ] 2.07 sec. 2025-05-26 07:30:54 01525_select_with_offset_fetch_clause: [ OK ] 1.12 sec. 2025-05-26 07:30:54 01521_max_length_alias: [ OK ] 1.17 sec. 2025-05-26 07:30:55 01518_cast_nullable_virtual_system_column: [ OK ] 1.13 sec. 2025-05-26 07:30:55 01550_create_map_type: [ OK ] 7.48 sec. 2025-05-26 07:30:55 01532_primary_key_without_order_by_zookeeper: [ OK ] 4.17 sec. 2025-05-26 07:30:55 01514_input_format_json_enum_as_number: [ OK ] 1.01 sec. 2025-05-26 07:30:56 01515_logtrace_function: [ OK ] 1.97 sec. 2025-05-26 07:30:57 01523_client_local_queries_file_parameter: [ OK ] 4.58 sec. 2025-05-26 07:30:58 01509_dictionary_preallocate: [ OK ] 2.60 sec. 2025-05-26 07:30:58 01511_alter_version_versioned_collapsing_merge_tree: [ OK ] 3.19 sec. 2025-05-26 07:30:59 01507_transform_null_in: [ OK ] 1.11 sec. 2025-05-26 07:30:59 01508_format_regexp_raw: [ OK ] 3.38 sec. 2025-05-26 07:30:59 01508_query_obfuscator: [ OK ] 1.90 sec. 2025-05-26 07:31:00 01506_buffer_table_alter_block_structure: [ OK ] 1.57 sec. 2025-05-26 07:31:00 01505_log_distributed_deadlock: [ OK ] 1.12 sec. 2025-05-26 07:31:00 01499_json_named_tuples: [ OK ] 0.98 sec. 2025-05-26 07:31:01 01497_extract_all_groups_empty_match: [ OK ] 0.75 sec. 2025-05-26 07:31:01 01497_now_support_timezone: [ OK ] 0.70 sec. 2025-05-26 07:31:02 01497_alias_on_default_array: [ OK ] 1.25 sec. 2025-05-26 07:31:02 01496_signedness_conversion_monotonicity: [ OK ] 1.12 sec. 2025-05-26 07:31:04 01483_merge_table_join_and_group_by: [ OK ] 2.89 sec. 2025-05-26 07:31:04 01656_sequence_next_node_long: [ OK ] 32.32 sec. 2025-05-26 07:31:05 01472_many_rows_in_totals: [ OK ] 1.41 sec. 2025-05-26 07:31:05 01463_resample_overflow: [ OK ] 1.12 sec. 2025-05-26 07:31:06 01460_allow_dollar_and_number_in_identifier: [ OK ] 0.78 sec. 2025-05-26 07:31:06 01474_custom_null_tsv: [ OK ] 4.41 sec. 2025-05-26 07:31:07 01460_mark_inclusion_search_crash: [ OK ] 1.10 sec. 2025-05-26 07:31:07 01502_bar_overflow: [ OK ] 8.29 sec. 2025-05-26 07:31:07 01458_count_digits: [ OK ] 1.20 sec. 2025-05-26 07:31:08 01518_nullable_aggregate_states2: [ OK ] 14.12 sec. 2025-05-26 07:31:08 01457_order_by_nulls_first: [ OK ] 1.73 sec. 2025-05-26 07:31:09 01450_set_null_const: [ OK ] 1.14 sec. 2025-05-26 07:31:09 01457_int256_hashing: [ OK ] 2.29 sec. 2025-05-26 07:31:09 01477_lc_in_merge_join_left_key: [ OK ] 7.78 sec. 2025-05-26 07:31:10 01432_parse_date_time_best_effort_timestamp: [ OK ] 0.93 sec. 2025-05-26 07:31:10 01442_h3kring_range_check: [ OK ] 2.20 sec. 2025-05-26 07:31:10 01421_array_nullable_element_nullable_index: [ OK ] 0.93 sec. 2025-05-26 07:31:10 01436_storage_merge_with_join_push_down: [ OK ] 1.91 sec. 2025-05-26 07:31:10 01413_if_array_uuid: [ OK ] 0.72 sec. 2025-05-26 07:31:11 01411_xor_itai_shirav: [ OK ] 0.71 sec. 2025-05-26 07:31:11 01413_alter_update_supertype: [ OK ] 1.35 sec. 2025-05-26 07:31:12 01358_constexpr_constraint: [ OK ] 1.36 sec. 2025-05-26 07:31:13 01509_parallel_quorum_and_merge_long: [ OK ] 17.90 sec. 2025-05-26 07:31:13 01356_state_resample: [ OK ] 1.86 sec. 2025-05-26 07:31:14 01351_geohash_assert: [ OK ] 0.65 sec. 2025-05-26 07:31:14 01354_tuple_low_cardinality_array_mapped_bug: [ OK ] 1.09 sec. 2025-05-26 07:31:14 01384_bloom_filter_bad_arguments: [ OK ] 3.62 sec. 2025-05-26 07:31:16 01330_array_join_in_higher_order_function: [ OK ] 1.72 sec. 2025-05-26 07:31:16 01333_select_abc_asterisk: [ OK ] 1.82 sec. 2025-05-26 07:31:17 01326_hostname_alias: [ OK ] 0.75 sec. 2025-05-26 07:31:17 01324_settings_documentation: [ OK ] 0.91 sec. 2025-05-26 07:31:17 01410_nullable_key_and_index: [ OK ] 6.67 sec. 2025-05-26 07:31:18 01322_cast_keep_nullable: [ OK ] 1.40 sec. 2025-05-26 07:31:19 01302_polygons_distance: [ OK ] 1.49 sec. 2025-05-26 07:31:19 01293_show_settings: [ OK ] 0.62 sec. 2025-05-26 07:31:20 01301_polygons_within: [ OK ] 1.66 sec. 2025-05-26 07:31:21 01355_CSV_input_format_allow_errors: [ OK ] 9.09 sec. 2025-05-26 07:31:22 01293_pretty_max_value_width: [ OK ] 2.04 sec. 2025-05-26 07:31:22 01280_unicode_whitespaces_lexer: [ OK ] 0.82 sec. 2025-05-26 07:31:23 01346_alter_enum_partition_key_replicated_zookeeper_long: [ OK ] 9.43 sec. 2025-05-26 07:31:24 01278_format_multiple_queries: [ OK ] 1.52 sec. 2025-05-26 07:31:24 01414_low_cardinality_nullable: [ OK ] 14.31 sec. 2025-05-26 07:31:24 01283_strict_resize_bug: [ OK ] 4.02 sec. 2025-05-26 07:31:25 01273_lc_fixed_string_field: [ OK ] 1.12 sec. 2025-05-26 07:31:25 01279_empty_external_table: [ OK ] 3.35 sec. 2025-05-26 07:31:27 01446_json_strings_each_row: [ OK ] 19.49 sec. 2025-05-26 07:31:28 01272_offset_without_limit: [ OK ] 1.06 sec. 2025-05-26 07:31:28 01513_optimize_aggregation_in_order_memory_long: [ OK ] 33.65 sec. 2025-05-26 07:31:28 01318_encrypt: [ OK ] 11.39 sec. 2025-05-26 07:31:29 01271_show_privileges: [ OK ] 0.81 sec. 2025-05-26 07:31:29 01273_arrow_decimal: [ OK ] 5.24 sec. 2025-05-26 07:31:30 01268_mergine_sorted_limit: [ OK ] 1.07 sec. 2025-05-26 07:31:30 01255_geo_types_livace: [ OK ] 1.07 sec. 2025-05-26 07:31:30 01273_arrow_arrays_load: [ OK ] 5.93 sec. 2025-05-26 07:31:30 01251_string_comparison: [ OK ] 0.63 sec. 2025-05-26 07:31:30 01273_arrow_nullable_arrays_load: [ OK ] 5.76 sec. 2025-05-26 07:31:31 01230_join_get_truncate: [ OK ] 1.32 sec. 2025-05-26 07:31:31 01220_scalar_optimization_in_alter: [ OK ] 0.91 sec. 2025-05-26 07:31:31 01245_limit_infinite_sources: [ OK ] 1.71 sec. 2025-05-26 07:31:33 01211_optimize_skip_unused_shards_type_mismatch: [ OK ] 2.07 sec. 2025-05-26 07:31:34 01246_extractAllGroupsVertical: [ OK ] 4.49 sec. 2025-05-26 07:31:34 01202_array_auc_special: [ OK ] 2.75 sec. 2025-05-26 07:31:34 01199_url_functions_path_without_schema_yiurule: [ OK ] 0.76 sec. 2025-05-26 07:31:36 01201_drop_column_compact_part_replicated_zookeeper_long: [ OK ] 4.13 sec. 2025-05-26 07:31:39 01187_set_profile_as_setting: [ OK ] 4.31 sec. 2025-05-26 07:31:40 01149_zookeeper_mutation_stuck_after_replace_partition: [ OK ] 4.07 sec. 2025-05-26 07:31:41 01249_flush_interactive: [ OK ] 11.44 sec. 2025-05-26 07:31:42 01183_custom_separated_format_http: [ OK ] 7.73 sec. 2025-05-26 07:31:42 01144_multiple_joins_rewriter_v2_and_lambdas: [ OK ] 2.18 sec. 2025-05-26 07:31:43 01134_max_rows_to_group_by: [ OK ] 1.82 sec. 2025-05-26 07:31:43 01121_remote_scalar_subquery: [ OK ] 1.16 sec. 2025-05-26 07:31:44 01122_totals_rollup_having_block_header: [ OK ] 1.42 sec. 2025-05-26 07:31:44 01120_join_constants: [ OK ] 0.90 sec. 2025-05-26 07:31:45 01116_asof_join_dolbyzerr: [ OK ] 1.07 sec. 2025-05-26 07:31:45 01118_is_constant: [ OK ] 1.66 sec. 2025-05-26 07:31:45 01116_cross_count_asterisks: [ OK ] 1.37 sec. 2025-05-26 07:31:46 01170_alter_partition_isolation: [ OK ] 11.88 sec. 2025-05-26 07:31:46 01273_arrow_dictionaries_load: [ OK ] 21.40 sec. 2025-05-26 07:31:48 01107_tuples_arrays_parsing_exceptions: [ OK ] 2.34 sec. 2025-05-26 07:31:48 01098_sum: [ OK ] 1.51 sec. 2025-05-26 07:31:48 01096_zeros: [ OK ] 1.55 sec. 2025-05-26 07:31:49 01087_index_set_ubsan: [ OK ] 1.06 sec. 2025-05-26 07:31:50 01231_operator_null_in: [ OK ] 19.77 sec. 2025-05-26 07:31:50 01085_simdjson_uint64: [ OK ] 0.73 sec. 2025-05-26 07:31:51 01147_partial_merge_full_join: [ OK ] 11.81 sec. 2025-05-26 07:31:51 01079_new_range_reader_segfault: [ OK ] 1.27 sec. 2025-05-26 07:31:51 01093_cyclic_defaults_filimonov: [ OK ] 3.54 sec. 2025-05-26 07:31:52 01115_join_with_dictionary: [ OK ] 7.13 sec. 2025-05-26 07:31:53 01075_allowed_client_hosts: [ OK ] 1.48 sec. 2025-05-26 07:31:53 01072_json_each_row_data_in_square_brackets: [ OK ] 1.06 sec. 2025-05-26 07:31:56 01071_prohibition_secondary_index_with_old_format_merge_tree: [ OK ] 3.62 sec. 2025-05-26 07:31:57 01079_alter_default_zookeeper_long: [ OK ] 6.65 sec. 2025-05-26 07:31:57 01068_parens: [ OK ] 0.74 sec. 2025-05-26 07:31:58 01074_h3_range_check: [ OK ] 6.63 sec. 2025-05-26 07:31:59 01077_mutations_index_consistency: [ OK ] 8.59 sec. 2025-05-26 07:31:59 01060_defaults_all_columns: [ OK ] 0.95 sec. 2025-05-26 07:32:01 01055_prewhere_bugs: [ OK ] 1.45 sec. 2025-05-26 07:32:01 01095_tpch_like_smoke: [ OK ] 13.61 sec. 2025-05-26 07:32:02 01099_operators_date_and_timestamp: [ OK ] 16.57 sec. 2025-05-26 07:32:02 01071_force_optimize_skip_unused_shards: [ OK ] 9.24 sec. 2025-05-26 07:32:03 01053_drop_database_mat_view: [ OK ] 1.39 sec. 2025-05-26 07:32:05 01273_arrow_stream: [ OK ] 41.50 sec. 2025-05-26 07:32:06 01049_window_view_window_functions: [ OK ] 3.47 sec. 2025-05-26 07:32:07 01049_zookeeper_synchronous_mutations_long: [ OK ] 3.63 sec. 2025-05-26 07:32:07 01064_incremental_streaming_from_2_src_with_feedback: [ OK ] 9.74 sec. 2025-05-26 07:32:07 01045_bloom_filter_null_array: [ OK ] 1.59 sec. 2025-05-26 07:32:07 01054_random_printable_ascii_ubsan: [ OK ] 6.50 sec. 2025-05-26 07:32:07 01049_join_low_card_crash: [ OK ] 2.08 sec. 2025-05-26 07:32:07 01040_h3_get_resolution: [ OK ] 0.80 sec. 2025-05-26 07:32:08 01038_array_of_unnamed_tuples: [ OK ] 1.01 sec. 2025-05-26 07:32:08 01036_union_different_columns: [ OK ] 0.97 sec. 2025-05-26 07:32:09 01060_window_view_event_tumble_to_asc: [ OK ] 11.38 sec. 2025-05-26 07:32:09 01032_duplicate_column_insert_query: [ OK ] 1.27 sec. 2025-05-26 07:32:10 01024__getScalar: [ OK ] 1.24 sec. 2025-05-26 07:32:11 01058_zlib_ng_level1_bug: [ OK ] 11.51 sec. 2025-05-26 07:32:11 01014_count_of_merges_metrics: [ OK ] 1.46 sec. 2025-05-26 07:32:11 01034_JSONCompactEachRow: [ OK ] 3.93 sec. 2025-05-26 07:32:14 01013_totals_without_aggregation: [ OK ] 2.05 sec. 2025-05-26 07:32:14 01031_mutations_interpreter_and_context: [ OK ] 5.84 sec. 2025-05-26 07:32:15 01014_function_repeat_corner_cases: [ OK ] 3.11 sec. 2025-05-26 07:32:16 01009_insert_select_data_loss: [ OK ] 1.20 sec. 2025-05-26 07:32:17 00999_settings_no_extra_quotes: [ OK ] 0.94 sec. 2025-05-26 07:32:17 01010_partial_merge_join_const_and_lc: [ OK ] 3.76 sec. 2025-05-26 07:32:19 01014_format_custom_separated: [ OK ] 8.22 sec. 2025-05-26 07:32:19 00999_test_skip_indices_with_alter_and_merge: [ OK ] 2.13 sec. 2025-05-26 07:32:21 01017_mutations_with_nondeterministic_functions_zookeeper: [ OK ] 11.72 sec. 2025-05-26 07:32:22 01035_avg: [ OK ] 14.17 sec. 2025-05-26 07:32:23 00997_trim: [ OK ] 4.87 sec. 2025-05-26 07:32:25 00978_sum_map_bugfix: [ OK ] 1.93 sec. 2025-05-26 07:32:26 00980_full_join_crash_fancyqlx: [ OK ] 4.29 sec. 2025-05-26 07:32:29 00976_max_execution_speed: [ OK ] 3.73 sec. 2025-05-26 07:32:30 00975_sample_prewhere_distributed: [ OK ] 4.17 sec. 2025-05-26 07:32:31 00974_full_outer_join: [ OK ] 1.74 sec. 2025-05-26 07:32:32 01010_partial_merge_join: [ OK ] 17.88 sec. 2025-05-26 07:32:38 00974_fix_join_on: [ OK ] 7.67 sec. 2025-05-26 07:32:40 00969_roundDuration: [ OK ] 1.53 sec. 2025-05-26 07:32:41 00974_adaptive_granularity_secondary_index: [ OK ] 9.85 sec. 2025-05-26 07:32:41 00967_ubsan_bit_test: [ OK ] 0.96 sec. 2025-05-26 07:32:44 00967_insert_into_distributed_different_types: [ OK ] 1.78 sec. 2025-05-26 07:32:44 00963_startsWith_force_primary_key: [ OK ] 2.35 sec. 2025-05-26 07:32:47 00956_http_prepared_statements: [ OK ] 3.01 sec. 2025-05-26 07:32:50 00972_geohashesInBox: [ OK ] 17.30 sec. 2025-05-26 07:32:50 00957_neighbor: [ OK ] 6.10 sec. 2025-05-26 07:32:54 00991_system_parts_race_condition_long: [ OK ] 34.88 sec. 2025-05-26 07:32:55 00950_bad_alloc_when_truncate_join_storage: [ OK ] 0.77 sec. 2025-05-26 07:32:57 00950_default_prewhere: [ OK ] 2.04 sec. 2025-05-26 07:32:59 00950_test_gorilla_codec: [ OK ] 2.34 sec. 2025-05-26 07:33:01 00954_client_prepared_statements: [ OK ] 13.40 sec. 2025-05-26 07:33:01 00942_dataparts_500: [ OK ] 1.75 sec. 2025-05-26 07:33:02 00952_basic_constraints: [ OK ] 11.72 sec. 2025-05-26 07:33:05 00981_topK_topKWeighted_long: [ OK ] 43.83 sec. 2025-05-26 07:33:05 00940_order_by_read_in_order: [ OK ] 4.24 sec. 2025-05-26 07:33:06 00932_array_intersect_bug: [ OK ] 1.10 sec. 2025-05-26 07:33:07 00951_ngram_search: [ OK ] 16.17 sec. 2025-05-26 07:33:07 00931_low_cardinality_nullable_aggregate_function_type: [ OK ] 1.57 sec. 2025-05-26 07:33:08 00937_format_schema_rows_template: [ OK ] 6.59 sec. 2025-05-26 07:33:09 00926_adaptive_index_granularity_collapsing_merge_tree: [ OK ] 3.14 sec. 2025-05-26 07:33:10 00910_decimal_group_array_crash_3783: [ OK ] 2.75 sec. 2025-05-26 07:33:13 00908_long_http_insert: [ OK ] 3.24 sec. 2025-05-26 07:33:15 01049_join_low_card_bug_long: [ OK ] 72.62 sec. 2025-05-26 07:33:17 00906_low_cardinality_rollup: [ OK ] 1.79 sec. 2025-05-26 07:33:18 00903_array_with_constant_function: [ OK ] 0.79 sec. 2025-05-26 07:33:19 00988_parallel_parts_removal: [ OK ] 59.14 sec. 2025-05-26 07:33:19 00926_zookeeper_adaptive_index_granularity_replicated_merge_tree_long: [ OK ] 12.32 sec. 2025-05-26 07:33:23 00898_parsing_bad_diagnostic_message: [ OK ] 3.42 sec. 2025-05-26 07:33:24 01034_move_partition_from_table_zookeeper: [ OK ] 76.19 sec. 2025-05-26 07:33:24 00909_ngram_distance: [ OK ] 15.36 sec. 2025-05-26 07:33:24 00897_flatten: [ OK ] 1.15 sec. 2025-05-26 07:33:24 00900_orc_arrays_load: [ OK ] 6.12 sec. 2025-05-26 07:33:25 00854_multiple_join_asterisks: [ OK ] 1.25 sec. 2025-05-26 07:33:26 00862_decimal_in: [ OK ] 2.46 sec. 2025-05-26 07:33:26 00875_join_right_nulls_ors: [ OK ] 2.65 sec. 2025-05-26 07:33:27 00846_join_using_tuple_crash: [ OK ] 0.89 sec. 2025-05-26 07:33:28 00857_global_joinsavel_table_alias: [ OK ] 3.91 sec. 2025-05-26 07:33:29 00853_join_with_nulls_crash: [ OK ] 3.06 sec. 2025-05-26 07:33:29 00844_join_lightee2: [ OK ] 1.32 sec. 2025-05-26 07:33:29 00842_array_with_constant_overflow: [ OK ] 1.09 sec. 2025-05-26 07:33:30 00834_date_datetime_cmp: [ OK ] 0.87 sec. 2025-05-26 07:33:30 00909_arrayEnumerateUniq: [ OK ] 21.10 sec. 2025-05-26 07:33:31 00900_orc_arrow_parquet_maps: [ OK ] 11.86 sec. 2025-05-26 07:33:31 00835_if_generic_case: [ OK ] 2.23 sec. 2025-05-26 07:33:31 00819_ast_refactoring_bugs: [ OK ] 1.23 sec. 2025-05-26 07:33:31 00848_join_use_nulls_segfault: [ OK ] 5.00 sec. 2025-05-26 07:33:33 00802_daylight_saving_time_shift_backwards_at_midnight: [ OK ] 1.80 sec. 2025-05-26 07:33:34 00825_protobuf_format_squares: [ OK ] 4.92 sec. 2025-05-26 07:33:34 00818_alias_bug_4110: [ OK ] 3.72 sec. 2025-05-26 07:33:35 00804_test_custom_compression_codes_log_storages: [ OK ] 4.25 sec. 2025-05-26 07:33:36 00805_round_down: [ OK ] 4.89 sec. 2025-05-26 07:33:36 00800_function_java_hash: [ OK ] 1.64 sec. 2025-05-26 07:33:36 00794_materialized_view_with_column_defaults: [ OK ] 1.44 sec. 2025-05-26 07:33:36 00800_versatile_storage_join: [ OK ] 2.98 sec. 2025-05-26 07:33:36 00763_create_query_as_table_engine_bug: [ OK ] 1.10 sec. 2025-05-26 07:33:37 00753_comment_columns_zookeeper: [ OK ] 1.19 sec. 2025-05-26 07:33:37 00752_low_cardinality_permute: [ OK ] 1.13 sec. 2025-05-26 07:33:38 00739_array_element_nullable_string_mattrobenolt: [ OK ] 1.18 sec. 2025-05-26 07:33:38 00730_unicode_terminal_format: [ OK ] 1.66 sec. 2025-05-26 07:33:38 00725_join_on_bug_1: [ OK ] 1.41 sec. 2025-05-26 07:33:39 00712_prewhere_with_alias_bug: [ OK ] 1.08 sec. 2025-05-26 07:33:39 00725_join_on_bug_2: [ OK ] 2.52 sec. 2025-05-26 07:33:40 00712_prewhere_with_alias_bug_2: [ OK ] 1.18 sec. 2025-05-26 07:33:40 00714_alter_uuid: [ OK ] 2.56 sec. 2025-05-26 07:33:41 00804_test_custom_compression_codecs: [ OK ] 9.32 sec. 2025-05-26 07:33:41 00701_join_default_strictness: [ OK ] 1.47 sec. 2025-05-26 07:33:42 00712_prewhere_with_alias: [ OK ] 2.85 sec. 2025-05-26 07:33:43 00746_compile_non_deterministic_function: [ OK ] 7.42 sec. 2025-05-26 07:33:43 00688_low_cardinality_alter_add_column: [ OK ] 1.06 sec. 2025-05-26 07:33:44 00700_decimal_math: [ OK ] 3.11 sec. 2025-05-26 07:33:44 00700_decimal_null: [ OK ] 3.64 sec. 2025-05-26 07:33:45 00688_aggregation_retention: [ OK ] 1.74 sec. 2025-05-26 07:33:45 00680_duplicate_columns_inside_union_all: [ OK ] 1.20 sec. 2025-05-26 07:33:45 00687_insert_into_mv: [ OK ] 2.02 sec. 2025-05-26 07:33:46 00676_group_by_in: [ OK ] 1.39 sec. 2025-05-26 07:33:46 00674_has_array_enum: [ OK ] 0.71 sec. 2025-05-26 07:33:47 00672_arrayDistinct: [ OK ] 1.48 sec. 2025-05-26 07:33:47 00665_alter_nullable_string_to_nullable_uint8: [ OK ] 1.18 sec. 2025-05-26 07:33:48 00649_quantile_tdigest_negative: [ OK ] 0.71 sec. 2025-05-26 07:33:49 00647_histogram: [ OK ] 1.39 sec. 2025-05-26 07:33:49 00666_uniq_complex_types: [ OK ] 3.14 sec. 2025-05-26 07:33:49 00639_startsWith: [ OK ] 1.54 sec. 2025-05-26 07:33:50 00700_decimal_empty_aggregates: [ OK ] 10.20 sec. 2025-05-26 07:33:50 00627_recursive_alias: [ OK ] 0.70 sec. 2025-05-26 07:33:51 00628_in_lambda_on_merge_table_bug: [ OK ] 1.97 sec. 2025-05-26 07:33:51 00618_nullable_in: [ OK ] 0.93 sec. 2025-05-26 07:33:52 00908_bloom_filter_index: [ OK ] 39.33 sec. 2025-05-26 07:33:52 00612_http_max_query_size_for_distributed: [ OK ] 1.33 sec. 2025-05-26 07:33:54 00605_intersections_aggregate_functions: [ OK ] 0.98 sec. 2025-05-26 07:33:54 00612_count: [ OK ] 2.22 sec. 2025-05-26 07:33:54 00674_join_on_syntax: [ OK ] 8.69 sec. 2025-05-26 07:33:54 00609_distributed_with_case_when_then: [ OK ] 1.72 sec. 2025-05-26 07:33:54 00604_show_create_database: [ OK ] 0.56 sec. 2025-05-26 07:33:54 00623_truncate_table: [ OK ] 4.39 sec. 2025-05-26 07:33:55 00570_empty_array_is_const: [ OK ] 0.76 sec. 2025-05-26 07:33:56 00569_parse_date_time_best_effort: [ OK ] 0.81 sec. 2025-05-26 07:33:57 00586_removing_unused_columns_from_subquery: [ OK ] 2.24 sec. 2025-05-26 07:33:57 00601_kill_running_query: [ OK ] 3.03 sec. 2025-05-26 07:33:57 00566_enum_min_max: [ OK ] 0.70 sec. 2025-05-26 07:33:57 00596_limit_on_expanded_ast: [ OK ] 2.62 sec. 2025-05-26 07:33:57 00578_merge_table_and_table_virtual_column: [ OK ] 3.09 sec. 2025-05-26 07:33:58 00559_filter_array_generic: [ OK ] 0.71 sec. 2025-05-26 07:33:58 00564_initial_column_values_with_default_expression: [ OK ] 1.29 sec. 2025-05-26 07:33:58 00558_aggregate_merge_totals_with_arenas: [ OK ] 1.40 sec. 2025-05-26 07:33:59 00553_buff_exists_materlized_column: [ OK ] 1.50 sec. 2025-05-26 07:33:59 00552_logical_functions_simple: [ OK ] 1.31 sec. 2025-05-26 07:33:59 00552_or_nullable: [ OK ] 1.74 sec. 2025-05-26 07:34:00 00535_parse_float_scientific: [ OK ] 1.04 sec. 2025-05-26 07:34:00 00534_exp10: [ OK ] 0.85 sec. 2025-05-26 07:34:01 00520_tuple_values_interpreter: [ OK ] 1.04 sec. 2025-05-26 07:34:02 00700_decimal_complex_types: [ OK ] 21.74 sec. 2025-05-26 07:34:03 00521_multidimensional: [ OK ] 3.08 sec. 2025-05-26 07:34:03 00514_interval_operators: [ OK ] 2.60 sec. 2025-05-26 07:34:03 00503_cast_const_nullable: [ OK ] 0.93 sec. 2025-05-26 07:34:03 00550_join_insert_select: [ OK ] 4.62 sec. 2025-05-26 07:34:04 00502_string_concat_with_array: [ OK ] 0.78 sec. 2025-05-26 07:34:04 00495_reading_const_zero_column: [ OK ] 1.20 sec. 2025-05-26 07:34:05 00499_json_enum_insert: [ OK ] 1.30 sec. 2025-05-26 07:34:05 00490_special_line_separators_and_characters_outside_of_bmp: [ OK ] 0.93 sec. 2025-05-26 07:34:05 00507_array_no_params: [ OK ] 3.94 sec. 2025-05-26 07:34:06 00477_parsing_data_types: [ OK ] 0.81 sec. 2025-05-26 07:34:06 00487_if_array_fixed_string: [ OK ] 1.61 sec. 2025-05-26 07:34:06 00471_sql_style_quoting: [ OK ] 0.96 sec. 2025-05-26 07:34:07 00462_json_true_false_literals: [ OK ] 1.23 sec. 2025-05-26 07:34:08 00453_top_k: [ OK ] 1.33 sec. 2025-05-26 07:34:08 00453_cast_enum: [ OK ] 1.56 sec. 2025-05-26 07:34:08 00632_get_sample_block_cache: [ OK ] 19.74 sec. 2025-05-26 07:34:09 00447_foreach_modifier: [ OK ] 2.23 sec. 2025-05-26 07:34:09 00445_join_nullable_keys: [ OK ] 1.34 sec. 2025-05-26 07:34:10 00434_tonullable: [ OK ] 0.79 sec. 2025-05-26 07:34:11 00500_point_in_polygon_non_const_poly: [ OK ] 8.28 sec. 2025-05-26 07:34:13 00458_merge_type_cast: [ OK ] 6.96 sec. 2025-05-26 07:34:13 00432_aggregate_function_scalars_and_constants: [ OK ] 3.40 sec. 2025-05-26 07:34:17 00409_shard_limit_by: [ OK ] 3.47 sec. 2025-05-26 07:34:18 00938_fix_rwlock_segfault_long: [ OK ] 76.61 sec. 2025-05-26 07:34:20 00405_output_format_pretty_color: [ OK ] 3.10 sec. 2025-05-26 07:34:21 00431_if_nulls: [ OK ] 10.85 sec. 2025-05-26 07:34:22 00387_use_client_time_zone: [ OK ] 1.94 sec. 2025-05-26 07:34:23 00384_column_aggregate_function_insert_from: [ OK ] 2.05 sec. 2025-05-26 07:34:24 00368_format_option_collision: [ OK ] 2.00 sec. 2025-05-26 07:34:26 00361_shared_array_offsets_and_squash_blocks: [ OK ] 1.49 sec. 2025-05-26 07:34:26 00360_to_date_from_string_with_datetime: [ OK ] 0.79 sec. 2025-05-26 07:34:28 00357_to_string_complex_types: [ OK ] 1.23 sec. 2025-05-26 07:34:29 00355_array_of_non_const_convertible_types: [ OK ] 0.73 sec. 2025-05-26 07:34:29 00443_optimize_final_vertical_merge: [ OK ] 20.24 sec. 2025-05-26 07:34:29 00365_statistics_in_formats: [ OK ] 6.08 sec. 2025-05-26 07:34:30 00351_select_distinct_arrays_tuples: [ OK ] 1.12 sec. 2025-05-26 07:34:30 00346_if_tuple: [ OK ] 1.23 sec. 2025-05-26 07:34:32 00334_column_aggregate_function_limit: [ OK ] 1.66 sec. 2025-05-26 07:34:32 00354_host_command_line_option: [ OK ] 3.81 sec. 2025-05-26 07:34:33 00335_bom: [ OK ] 2.51 sec. 2025-05-26 07:34:34 00315_quantile_off_by_one: [ OK ] 1.23 sec. 2025-05-26 07:34:34 00322_disable_checksumming: [ OK ] 1.61 sec. 2025-05-26 07:34:35 00311_array_primary_key: [ OK ] 1.92 sec. 2025-05-26 07:34:35 00308_write_buffer_valid_utf8: [ OK ] 0.75 sec. 2025-05-26 07:34:35 00300_csv: [ OK ] 0.93 sec. 2025-05-26 07:34:37 00296_url_parameters: [ OK ] 1.82 sec. 2025-05-26 07:34:37 00564_versioned_collapsing_merge_tree: [ OK ] 40.21 sec. 2025-05-26 07:34:38 00263_merge_aggregates_and_overflow: [ OK ] 1.16 sec. 2025-05-26 07:34:38 00278_insert_already_sorted: [ OK ] 3.66 sec. 2025-05-26 07:34:39 00234_disjunctive_equality_chains_optimization: [ OK ] 0.86 sec. 2025-05-26 07:34:40 00236_replicated_drop_on_non_leader_zookeeper_long: [ OK ] 1.77 sec. 2025-05-26 07:34:40 00232_format_readable_decimal_size: [ OK ] 0.74 sec. 2025-05-26 07:34:40 00421_storage_merge__table_index: [ OK ] 28.77 sec. 2025-05-26 07:34:41 00275_shard_quantiles_weighted: [ OK ] 4.27 sec. 2025-05-26 07:34:41 00227_quantiles_timing_arbitrary_order: [ OK ] 1.07 sec. 2025-05-26 07:34:41 00218_like_regexp_newline: [ OK ] 1.17 sec. 2025-05-26 07:34:42 00213_multiple_global_in: [ OK ] 0.97 sec. 2025-05-26 07:34:43 00215_primary_key_order_zookeeper_long: [ OK ] 1.87 sec. 2025-05-26 07:34:43 00229_prewhere_column_missing: [ OK ] 2.80 sec. 2025-05-26 07:34:43 00204_extract_url_parameter: [ OK ] 0.65 sec. 2025-05-26 07:34:43 00210_insert_select_extremes_http: [ OK ] 1.80 sec. 2025-05-26 07:34:45 00159_whitespace_in_columns_list: [ OK ] 1.27 sec. 2025-05-26 07:34:46 00154_shard_distributed_with_distinct: [ OK ] 0.90 sec. 2025-05-26 07:34:47 00181_aggregate_functions_statistics_stable: [ OK ] 4.29 sec. 2025-05-26 07:34:47 00149_function_url_hash: [ OK ] 1.67 sec. 2025-05-26 07:34:48 00136_duplicate_order_by_elems: [ OK ] 0.84 sec. 2025-05-26 07:34:49 00134_aggregation_by_fixed_string_of_size_1_2_4_8: [ OK ] 1.18 sec. 2025-05-26 07:34:49 00120_join_and_group_by: [ OK ] 0.93 sec. 2025-05-26 07:34:49 00395_nullable: [ OK ] 31.35 sec. 2025-05-26 07:34:50 00276_sample: [ OK ] 14.39 sec. 2025-05-26 07:34:51 00446_clear_column_in_partition_concurrent_zookeeper: [ OK ] 42.93 sec. 2025-05-26 07:34:51 00118_storage_join: [ OK ] 2.30 sec. 2025-05-26 07:34:52 00098_l_union_all: [ OK ] 1.21 sec. 2025-05-26 07:34:53 00105_shard_collations: [ OK ] 3.22 sec. 2025-05-26 07:34:53 00098_shard_i_union_all: [ OK ] 1.79 sec. 2025-05-26 07:34:54 00098_7_union_all: [ OK ] 0.77 sec. 2025-05-26 07:34:54 00098_1_union_all: [ OK ] 1.85 sec. 2025-05-26 07:34:54 00098_j_union_all: [ OK ] 0.94 sec. 2025-05-26 07:34:55 00100_subquery_table_identifier: [ OK ] 5.17 sec. 2025-05-26 07:34:56 00082_append_trailing_char_if_absent: [ OK ] 1.17 sec. 2025-05-26 07:34:59 00080_show_tables_and_system_tables: [ OK ] 2.58 sec. 2025-05-26 07:35:00 00084_summing_merge_tree: [ OK ] 6.00 sec. 2025-05-26 07:35:00 00086_concat_nary_const_with_nonconst_segfault: [ OK ] 6.25 sec. 2025-05-26 07:35:00 00071_insert_fewer_columns: [ OK ] 1.39 sec. 2025-05-26 07:35:01 00065_shard_float_literals_formatting: [ OK ] 0.81 sec. 2025-05-26 07:35:01 00055_join_two_numbers: [ OK ] 0.84 sec. 2025-05-26 07:35:02 00050_any_left_join: [ OK ] 0.85 sec. 2025-05-26 07:35:02 00045_sorting_by_fixed_string_descending: [ OK ] 0.85 sec. 2025-05-26 07:35:03 00003_reinterpret_as_string: [ OK ] 0.75 sec. 2025-05-26 07:35:03 2025-05-26 07:35:03 115 tests passed. 0 tests skipped. 638.96 s elapsed (ForkPoolWorker-2). 2025-05-26 07:35:04 00041_aggregation_remap: [ OK ] 2.46 sec. 2025-05-26 07:35:04 2025-05-26 07:35:04 135 tests passed. 0 tests skipped. 640.29 s elapsed (ForkPoolWorker-5). 2025-05-26 07:35:08 00183_skip_unavailable_shards: [ OK ] 25.19 sec. 2025-05-26 07:35:08 2025-05-26 07:35:08 129 tests passed. 1 tests skipped. 643.94 s elapsed (ForkPoolWorker-7). 2025-05-26 07:35:08 00062_replicated_merge_tree_alter_zookeeper_long: [ OK ] 7.95 sec. 2025-05-26 07:35:08 2025-05-26 07:35:08 145 tests passed. 0 tests skipped. 644.12 s elapsed (ForkPoolWorker-9). 2025-05-26 07:35:21 00111_shard_external_sort_distributed: [ OK ] 31.93 sec. 2025-05-26 07:35:21 2025-05-26 07:35:21 92 tests passed. 1 tests skipped. 657.08 s elapsed (ForkPoolWorker-3). 2025-05-26 07:36:11 00411_long_accurate_number_comparison_int2: [ OK ] 118.22 sec. 2025-05-26 07:36:11 2025-05-26 07:36:11 115 tests passed. 0 tests skipped. 707.23 s elapsed (ForkPoolWorker-8). 2025-05-26 07:36:44 00090_union_race_conditions_1: [ OK ] 110.20 sec. 2025-05-26 07:36:44 2025-05-26 07:36:44 86 tests passed. 0 tests skipped. 739.69 s elapsed (ForkPoolWorker-4). 2025-05-26 07:37:05 00160_merge_and_index_in_in: [ OK ] 142.08 sec. 2025-05-26 07:37:05 2025-05-26 07:37:05 125 tests passed. 1 tests skipped. 761.06 s elapsed (ForkPoolWorker-6). 2025-05-26 07:37:05 2025-05-26 07:37:05 Running 95 stateless tests (MainProcess). 2025-05-26 07:37:05 2025-05-26 07:37:08 02990_rmt_replica_path_uuid: [ OK ] 2.16 sec. 2025-05-26 07:37:29 02980_dist_insert_readonly_replica: [ OK ] 21.42 sec. 2025-05-26 07:39:04 02962_system_sync_replica_lightweight_from_modifier: [ OK ] 94.49 sec. 2025-05-26 07:39:18 02944_dynamically_change_filesystem_cache_size: [ OK ] 13.48 sec. 2025-05-26 07:39:30 02867_page_cache: [ OK ] 11.91 sec. 2025-05-26 07:39:46 02841_parquet_filter_pushdown: [ OK ] 16.02 sec. 2025-05-26 07:39:46 02782_uniq_exact_parallel_merging_bug: [ SKIPPED ] 0.00 sec. - not running for current build 2025-05-26 07:39:57 02751_ip_types_aggregate_functions_states: [ OK ] 10.83 sec. 2025-05-26 07:43:24 02735_parquet_encoder: [ OK ] 206.57 sec. 2025-05-26 07:43:57 02725_start_stop_fetches: [ OK ] 33.61 sec. 2025-05-26 07:44:02 02706_show_columns: [ OK ] 4.59 sec. 2025-05-26 07:44:15 02572_system_logs_materialized_views_ignore_errors: [ OK ] 13.00 sec. 2025-05-26 07:44:18 02541_arrow_duration_type: [ OK ] 2.58 sec. 2025-05-26 07:45:07 02535_max_parallel_replicas_custom_key: [ OK ] 49.12 sec. 2025-05-26 07:45:13 02503_insert_storage_snapshot: [ OK ] 5.72 sec. 2025-05-26 07:45:25 02497_trace_events_stress_long: [ OK ] 11.93 sec. 2025-05-26 07:45:26 02494_query_cache_user_quotas_after_drop: [ OK ] 1.44 sec. 2025-05-26 07:45:27 02494_query_cache_exception_handling: [ OK ] 1.11 sec. 2025-05-26 07:45:38 02494_trace_log_profile_events: [ OK ] 10.38 sec. 2025-05-26 07:45:40 02482_json_nested_arrays_with_same_keys: [ OK ] 2.10 sec. 2025-05-26 07:45:44 02481_custom_separated_and_template_with_csv_field: [ OK ] 3.76 sec. 2025-05-26 07:45:46 02458_hdfs_cluster_schema_inference: [ OK ] 2.25 sec. 2025-05-26 07:45:48 02422_msgpack_uuid_wrong_column: [ OK ] 1.32 sec. 2025-05-26 07:45:49 02411_merge_tree_zero_max_read_buffer_size: [ OK ] 1.43 sec. 2025-05-26 07:45:54 02391_recursive_buffer: [ OK ] 4.46 sec. 2025-05-26 07:45:56 02385_profile_events_overflow: [ OK ] 1.92 sec. 2025-05-26 07:45:59 02373_heap_buffer_overflow_in_avro: [ OK ] 2.79 sec. 2025-05-26 07:46:22 02352_rwlock: [ OK ] 23.50 sec. 2025-05-26 07:46:24 02323_null_modifier_in_table_function: [ OK ] 1.15 sec. 2025-05-26 07:47:27 02286_mysql_dump_input_format: [ OK ] 63.10 sec. 2025-05-26 07:47:37 02262_column_ttl: [ OK ] 10.10 sec. 2025-05-26 07:47:55 02247_written_bytes_quota: [ OK ] 17.49 sec. 2025-05-26 07:47:56 02244_lowcardinality_hash_join: [ OK ] 1.36 sec. 2025-05-26 07:48:45 02241_filesystem_cache_on_write_operations: [ OK ] 48.48 sec. 2025-05-26 07:50:07 02228_merge_tree_insert_memory_usage: [ OK ] 81.61 sec. 2025-05-26 07:50:12 02185_values_schema_inference: [ OK ] 4.97 sec. 2025-05-26 07:50:14 02179_dict_reload_on_cluster: [ OK ] 2.57 sec. 2025-05-26 07:50:16 02177_temporary_table_current_database_http_session: [ OK ] 1.78 sec. 2025-05-26 07:50:48 02167_format_from_file_extension: [ OK ] 31.50 sec. 2025-05-26 07:51:27 02149_schema_inference: [ OK ] 39.44 sec. 2025-05-26 07:51:27 02125_many_mutations_2: [ SKIPPED ] 0.00 sec. - not running for current build 2025-05-26 07:51:45 02118_deserialize_whole_text: [ OK ] 17.58 sec. 2025-05-26 07:51:50 02105_table_function_file_partiotion_by: [ OK ] 4.51 sec. 2025-05-26 07:51:51 02103_sql_user_defined_functions_composition: [ OK ] 0.95 sec. 2025-05-26 07:52:20 02103_tsv_csv_custom_null_representation: [ OK ] 29.08 sec. 2025-05-26 07:52:22 02096_rename_atomic_hang: [ OK ] 2.01 sec. 2025-05-26 07:52:25 02028_add_default_database_for_alterquery_on_cluster: [ OK ] 2.74 sec. 2025-05-26 07:52:32 02015_global_in_threads: [ OK ] 6.52 sec. 2025-05-26 07:52:33 01948_dictionary_quoted_database_name: [ OK ] 1.68 sec. 2025-05-26 07:52:39 01945_system_warnings: [ OK ] 5.10 sec. 2025-05-26 07:52:43 01902_table_function_merge_db_repr: [ OK ] 4.48 sec. 2025-05-26 07:52:45 01889_postgresql_protocol_null_fields: [ OK ] 2.04 sec. 2025-05-26 07:52:46 01837_database_memory_ddl_dictionaries: [ OK ] 1.14 sec. 2025-05-26 07:53:18 01710_projection_vertical_merges: [ OK ] 31.83 sec. 2025-05-26 07:53:25 01685_ssd_cache_dictionary_complex_key: [ OK ] 6.25 sec. 2025-05-26 07:53:27 01670_dictionary_create_key_expression: [ OK ] 1.89 sec. 2025-05-26 07:53:28 01646_system_restart_replicas_smoke: [ OK ] 1.41 sec. 2025-05-26 07:53:37 01643_replicated_merge_tree_fsync_smoke: [ OK ] 8.77 sec. 2025-05-26 07:53:39 01600_multiple_left_join_with_aliases: [ OK ] 1.37 sec. 2025-05-26 07:53:40 01575_disable_detach_table_of_dictionary: [ OK ] 1.15 sec. 2025-05-26 07:53:42 01517_drop_mv_with_inner_table: [ OK ] 2.21 sec. 2025-05-26 07:53:46 01474_executable_dictionary: [ OK ] 3.28 sec. 2025-05-26 07:54:24 01459_manual_write_to_replicas_quorum_detach_attach: [ OK ] 37.85 sec. 2025-05-26 07:54:26 01457_create_as_table_function_structure: [ OK ] 2.04 sec. 2025-05-26 07:54:31 01456_modify_column_type_via_add_drop_update: [ OK ] 5.67 sec. 2025-05-26 07:59:01 01442_merge_detach_attach_long: [ OK ] 269.43 sec. 2025-05-26 07:59:17 01417_freeze_partition_verbose: [ OK ] 16.13 sec. 2025-05-26 07:59:19 01392_column_resolve: [ OK ] 1.77 sec. 2025-05-26 07:59:35 01375_storage_file_tsv_csv_with_names_write_prefix: [ OK ] 15.78 sec. 2025-05-26 07:59:37 01355_alter_column_with_order: [ OK ] 2.05 sec. 2025-05-26 07:59:54 01338_long_select_and_alter_zookeeper: [ OK ] 16.83 sec. 2025-05-26 08:00:07 01305_replica_create_drop_zookeeper: [ OK ] 12.84 sec. 2025-05-26 08:00:09 01293_system_distribution_queue: [ OK ] 1.78 sec. 2025-05-26 08:00:11 01281_unsucceeded_insert_select_queries_counter: [ OK ] 2.50 sec. 2025-05-26 08:00:22 01280_ssd_complex_key_dictionary: [ OK ] 10.42 sec. 2025-05-26 08:00:59 01275_parallel_mv: [ OK ] 36.39 sec. 2025-05-26 08:01:01 01259_dictionary_custom_settings_ddl: [ OK ] 2.26 sec. 2025-05-26 08:01:02 01225_drop_dictionary_as_table: [ OK ] 1.36 sec. 2025-05-26 08:01:51 01192_rename_database_zookeeper: [ OK ] 48.89 sec. 2025-05-26 08:01:58 01155_rename_move_materialized_view: [ OK ] 6.54 sec. 2025-05-26 08:02:03 01148_zookeeper_path_macros_unfolding: [ OK ] 5.24 sec. 2025-05-26 08:02:05 01125_dict_ddl_cannot_add_column: [ OK ] 1.20 sec. 2025-05-26 08:02:06 01113_local_dictionary_type_conversion: [ OK ] 1.09 sec. 2025-05-26 08:02:16 01098_temporary_and_external_tables: [ OK ] 9.91 sec. 2025-05-26 08:02:57 01098_msgpack_format: [ OK ] 40.89 sec. 2025-05-26 08:03:35 01083_expressions_in_engine_arguments: [ OK ] 37.95 sec. 2025-05-26 08:03:41 01070_modify_ttl: [ OK ] 6.15 sec. 2025-05-26 08:03:43 01069_database_memory: [ OK ] 1.60 sec. 2025-05-26 08:03:46 01065_window_view_event_hop_watch_bounded: [ OK ] 2.73 sec. 2025-05-26 08:03:48 01036_no_superfluous_dict_reload_on_create_database: [ OK ] 2.26 sec. 2025-05-26 08:03:54 01013_sync_replica_timeout_zookeeper: [ OK ] 5.61 sec. 2025-05-26 08:03:56 00985_merge_stack_overflow: [ OK ] 2.14 sec. 2025-05-26 08:03:56 00877_memory_limit_for_new_delete: [ SKIPPED ] 0.00 sec. - not running for current build 2025-05-26 08:07:27 00840_long_concurrent_select_and_drop_deadlock: [ OK ] 210.37 sec. 2025-05-26 08:08:18 00719_parallel_ddl_db: [ OK ] 51.55 sec. 2025-05-26 08:08:18 2025-05-26 08:08:18 92 tests passed. 3 tests skipped. 1872.96 s elapsed (MainProcess). 2025-05-26 08:08:18 Won't run stateful tests because test data wasn't loaded. 2025-05-26 08:08:18 Checking the hung queries: done 2025-05-26 08:08:18 2025-05-26 08:08:18 No queries hung. 2025-05-26 08:08:18 2025-05-26 08:08:18 Some tests were restarted: 2025-05-26 08:08:18 2025-05-26 08:08:18 2025-05-26 08:08:18 02590_interserver_mode_client_info_initial_query_start_time : 2025-05-26 08:08:18 [ fail ] 23.55 sec. - having stderror: 2025-05-26 08:08:18 [bdb6f15fd5ec] 2025.05.26 06:26:26.886113 [ 7505 ] {0ebbdd24-0951-4a41-97ee-f8164e6bfc8c} executeQuery: Code: 241. DB::Exception: Memory limit (total) exceeded: would use 27.76 GiB (attempt to allocate chunk of 1067233 bytes), maximum: 27.54 GiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker.: (while reading column initial_query_id): (while reading from part /var/lib/clickhouse/store/3a6/3a61de69-36e1-44b9-98ea-33c13998c5e5/202505_1_16_3/ in table system.query_log (3a61de69-36e1-44b9-98ea-33c13998c5e5) located on disk default of type local, from mark 0 with max_rows_to_read = 10434): While executing MergeTreeSelect(pool: ReadPool, algorithm: Thread). (MEMORY_LIMIT_EXCEEDED) (version 24.3.18.10389.altinitystable (altinity build)) (from [::1]:48862) (comment: 02590_interserver_mode_client_info_initial_query_start_time.sh) (in query: SELECT count(), countDistinct(initial_query_start_time_microseconds) FROM system.query_log WHERE (type = 'QueryFinish') AND (initial_query_id = 'imyhcopand')), Stack trace (when copying this message, always include the lines below): 2025-05-26 08:08:18 2025-05-26 08:08:18 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x000000003e88dd09 2025-05-26 08:08:18 1. ./build_docker/./src/Common/Exception.cpp:96: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000001f0e7d13 2025-05-26 08:08:18 2. ./contrib/llvm-project/libcxx/include/string:1499: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000001f148790 2025-05-26 08:08:18 3. ./build_docker/./src/Common/MemoryTracker.cpp:340: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000001f145e2b 2025-05-26 08:08:18 4. ./build_docker/./src/Common/MemoryTracker.cpp:0: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000001f144cae 2025-05-26 08:08:18 5. ./build_docker/./src/Common/MemoryTracker.cpp:0: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000001f144cae 2025-05-26 08:08:18 6. ./build_docker/./src/Common/MemoryTracker.cpp:0: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000001f144cae 2025-05-26 08:08:18 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:59: CurrentMemoryTracker::alloc(long) @ 0x000000001f034346 2025-05-26 08:08:18 8. ./build_docker/./src/Common/Allocator.cpp:156: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x000000001f030045 2025-05-26 08:08:18 9. void DB::PODArrayBase<1ul, 4096ul, Allocator, 63ul, 64ul>::resize_exact<>(unsigned long) @ 0x000000000cd4444b 2025-05-26 08:08:18 10. ./build_docker/./src/DataTypes/Serializations/SerializationString.cpp:0: void DB::deserializeBinarySSE2<1>(DB::PODArray, 63ul, 64ul>&, DB::PODArray, 63ul, 64ul>&, DB::ReadBuffer&, unsigned long) @ 0x0000000031cc3537 2025-05-26 08:08:18 11. ./build_docker/./src/DataTypes/Serializations/SerializationString.cpp:0: DB::SerializationString::deserializeBinaryBulk(DB::IColumn&, DB::ReadBuffer&, unsigned long, double) const @ 0x0000000031cbf752 2025-05-26 08:08:18 12. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:0: DB::ISerialization::deserializeBinaryBulkWithMultipleStreams(COW::immutable_ptr&, unsigned long, DB::ISerialization::DeserializeBinaryBulkSettings&, std::shared_ptr&, std::unordered_map::immutable_ptr, std::hash, std::equal_to, std::allocator::immutable_ptr>>>*) const @ 0x0000000031b78bbc 2025-05-26 08:08:18 13. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:701: DB::MergeTreeReaderCompact::readData(DB::NameAndTypePair const&, COW::immutable_ptr&, unsigned long, std::function const&) @ 0x00000000396bce25 2025-05-26 08:08:18 14. ./build_docker/./src/Storages/MergeTree/MergeTreeReaderCompactSingleBuffer.cpp:0: DB::MergeTreeReaderCompactSingleBuffer::readRows(unsigned long, unsigned long, bool, unsigned long, std::vector::immutable_ptr, std::allocator::immutable_ptr>>&) @ 0x00000000396dea40 2025-05-26 08:08:18 15. ./build_docker/./src/Storages/MergeTree/MergeTreeRangeReader.cpp:0: DB::MergeTreeRangeReader::DelayedStream::finalize(std::vector::immutable_ptr, std::allocator::immutable_ptr>>&) @ 0x0000000039734252 2025-05-26 08:08:18 16. ./build_docker/./src/Storages/MergeTree/MergeTreeRangeReader.cpp:0: DB::MergeTreeRangeReader::startReadingChain(unsigned long, DB::MarkRanges&) @ 0x00000000397588da 2025-05-26 08:08:18 17. ./build_docker/./src/Storages/MergeTree/MergeTreeRangeReader.cpp:0: DB::MergeTreeRangeReader::read(unsigned long, DB::MarkRanges&) @ 0x0000000039750d29 2025-05-26 08:08:18 18. ./build_docker/./src/Storages/MergeTree/MergeTreeRangeReader.cpp:0: DB::MergeTreeRangeReader::read(unsigned long, DB::MarkRanges&) @ 0x0000000039750a11 2025-05-26 08:08:18 19. ./build_docker/./src/Storages/MergeTree/MergeTreeReadTask.cpp:164: DB::MergeTreeReadTask::read(DB::MergeTreeReadTask::BlockSizeParams const&) @ 0x0000000039771183 2025-05-26 08:08:18 20. ./src/Storages/MergeTree/MergeTreeSelectAlgorithms.h:38: DB::MergeTreeThreadSelectAlgorithm::readFromTask(DB::MergeTreeReadTask&, DB::MergeTreeReadTask::BlockSizeParams const&) @ 0x000000003b7292f4 2025-05-26 08:08:18 21. ./build_docker/./src/Storages/MergeTree/MergeTreeSelectProcessor.cpp:139: DB::MergeTreeSelectProcessor::read() @ 0x000000003972bb91 2025-05-26 08:08:18 22. ./build_docker/./src/Storages/MergeTree/MergeTreeSource.cpp:181: DB::MergeTreeSource::tryGenerate() @ 0x000000003b734820 2025-05-26 08:08:18 23. ./contrib/llvm-project/libcxx/include/optional:344: DB::ISource::work() @ 0x000000003a62d8ac 2025-05-26 08:08:18 24. ./contrib/llvm-project/libcxx/include/list:588: DB::ExecutionThreadContext::executeTask() @ 0x000000003a6952d7 2025-05-26 08:08:18 25. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:273: DB::PipelineExecutor::executeSingleThread(unsigned long) @ 0x000000003a6649a7 2025-05-26 08:08:18 26. ./base/base/../base/scope_guard.h:50: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003a665be6 2025-05-26 08:08:18 27. ./src/Common/Stopwatch.h:26: ThreadPoolImpl>::worker(std::__list_iterator, void*>) @ 0x000000001f323ea4 2025-05-26 08:08:18 28. ./build_docker/./src/Common/ThreadPool.cpp:0: ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::function, Priority, std::optional, bool)::'lambda0'()>(void&&)::'lambda'()::operator()() @ 0x000000001f330493 2025-05-26 08:08:18 29. ./contrib/llvm-project/libcxx/include/__functional/function.h:717: ? @ 0x000000001f33033f 2025-05-26 08:08:18 30. ./base/base/../base/wide_integer_impl.h:810: ThreadPoolImpl::worker(std::__list_iterator) @ 0x000000001f31a935 2025-05-26 08:08:18 31. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:303: void* std::__thread_proxy[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::function, Priority, std::optional, bool)::'lambda0'()>>(void*) @ 0x000000001f328a2b 2025-05-26 08:08:18 2025-05-26 08:08:18 Received exception from server (version 24.3.18): 2025-05-26 08:08:18 Code: 241. DB::Exception: Received from localhost:9000. DB::Exception: Memory limit (total) exceeded: would use 27.76 GiB (attempt to allocate chunk of 1067233 bytes), maximum: 27.54 GiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker.: (while reading column initial_query_id): (while reading from part /var/lib/clickhouse/store/3a6/3a61de69-36e1-44b9-98ea-33c13998c5e5/202505_1_16_3/ in table system.query_log (3a61de69-36e1-44b9-98ea-33c13998c5e5) located on disk default of type local, from mark 0 with max_rows_to_read = 10434): While executing MergeTreeSelect(pool: ReadPool, algorithm: Thread). (MEMORY_LIMIT_EXCEEDED) 2025-05-26 08:08:18 (query: select count(), count(distinct initial_query_start_time_microseconds) from system.query_log where type = 'QueryFinish' and initial_query_id = {query_id:String};) 2025-05-26 08:08:18 2025-05-26 08:08:18 stdout: 2025-05-26 08:08:18 SELECT 2025-05-26 08:08:18 3 1 2025-05-26 08:08:18 INSERT 2025-05-26 08:08:18 CHECK 2025-05-26 08:08:18 1 2025-05-26 08:08:18 2 2025-05-26 08:08:18 6 2 2025-05-26 08:08:18 2025-05-26 08:08:18 Settings used in the test: --max_insert_threads 0 --group_by_two_level_threshold 971892 --group_by_two_level_threshold_bytes 29912547 --distributed_aggregation_memory_efficient 0 --fsync_metadata 0 --output_format_parallel_formatting 0 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 11714014 --max_read_buffer_size 785238 --prefer_localhost_replica 0 --max_block_size 92296 --max_threads 18 --optimize_append_index 1 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 0 --optimize_or_like_chain 0 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 80 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 9635008 --use_uncompressed_cache 0 --min_bytes_to_use_direct_io 7492543691 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method read --remote_filesystem_read_method read --local_filesystem_read_prefetch 1 --filesystem_cache_segments_batch_size 0 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 1 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 128Mi --filesystem_prefetches_limit 10 --filesystem_prefetch_min_bytes_for_single_read_task 16Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 0 --compile_sort_description 1 --merge_tree_coarse_index_granularity 20 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 319900854 --min_compress_block_size 2041799 --max_compress_block_size 351411 --merge_tree_compact_parts_min_granules_to_multibuffer_read 19 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 3603512 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 3 --session_timezone Mexico/BajaSur --prefer_warmed_unmerged_parts_seconds 4 --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.7 2025-05-26 08:08:18 2025-05-26 08:08:18 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 1 --vertical_merge_algorithm_min_columns_to_activate 1 --allow_vertical_merges_from_compact_to_wide_parts 0 --min_merge_bytes_to_use_direct_io 1 --index_granularity_bytes 13699415 --merge_max_block_size 7678 --index_granularity 50621 --min_bytes_for_wide_part 1073741824 --marks_compress_block_size 81633 --primary_key_compress_block_size 65302 --replace_long_file_name_to_hash 1 --max_file_name_length 0 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 176533507 --compact_parts_max_granules_to_buffer 176 --compact_parts_merge_max_bytes_to_prefetch_part 1137134 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 0 --old_parts_lifetime 71 2025-05-26 08:08:18 2025-05-26 08:08:23 Database: test_p7sy916f 2025-05-26 08:08:23 All tests have finished. 2025-05-26 08:08:23 2025-05-26 08:08:23 Top patterns of log messages: 2025-05-26 08:08:23 2025-05-26 08:08:23 count count_% size size_% uniq_loggers uniq_threads levels background_% message_format_string 2025-05-26 08:08:23 2025-05-26 08:08:23 1. 34788 0.046 1.99 MiB 0.02 3 621 ['Trace'] 0.001 Access granted: {}{} 2025-05-26 08:08:23 2. 33505 0.044 6.72 MiB 0.068 1 317 ['Debug'] 0 (from {}{}{}){}{} {} (stage: {}) 2025-05-26 08:08:23 3. 33476 0.044 5.01 MiB 0.051 4 316 ['Trace'] 1 {} Creating query context from {} context, user_id: {}, parent context user: {} 2025-05-26 08:08:23 4. 33290 0.044 2.94 MiB 0.03 1 990 ['Trace'] 0 Aggregated. {} to {} rows (from {}) in {} sec. ({:.3f} rows/sec., {}/sec.) 2025-05-26 08:08:23 5. 30548 0.04 1.12 MiB 0.011 1 989 ['Trace'] 0 Aggregation method: {} 2025-05-26 08:08:23 6. 26808 0.035 8.11 MiB 0.082 1 428 ['Trace'] 0.002 Query {} to stage {}{} 2025-05-26 08:08:23 7. 26557 0.035 8.63 MiB 0.087 1 428 ['Trace'] 0.002 Query {} from stage {} to stage {}{} 2025-05-26 08:08:23 8. 24999 0.033 705.30 KiB 0.007 1 126 ['Debug'] 0 Processed in {} sec. 2025-05-26 08:08:23 9. 24527 0.032 263.47 KiB 0.003 1 931 ['Trace'] 0 Aggregating 2025-05-26 08:08:23 10. 22714 0.03 1.78 MiB 0.018 1 312 ['Debug'] 0 Read {} rows, {} in {} sec., {} rows/sec., {}/sec. 2025-05-26 08:08:23 11. 22495 0.03 1.79 MiB 0.018 1 972 ['Trace'] 0 An entry for key={} found in cache: sum_of_sizes={}, median_size={} 2025-05-26 08:08:23 12. 22331 0.029 999.69 KiB 0.01 1 1 ['Trace'] 1 Processing requests batch, size: {}, bytes: {} 2025-05-26 08:08:23 13. 16772 0.022 1.16 MiB 0.012 1 1338 ['Trace'] 0.461 Reserved {} on local disk {}, having unreserved {}. 2025-05-26 08:08:23 14. 14480 0.019 667.38 KiB 0.007 1 333 ['Debug'] 0.174 Peak memory usage{}: {}. 2025-05-26 08:08:23 15. 14423 0.019 1.58 MiB 0.016 6 367 ['Debug'] 0.996 {} Authenticated with global context as user {} 2025-05-26 08:08:23 16. 14423 0.019 1.18 MiB 0.012 6 367 ['Debug'] 0.996 {} Authenticating user '{}' from {} 2025-05-26 08:08:23 17. 14406 0.019 1.24 MiB 0.013 6 367 ['Debug'] 0.996 {} Logout, user_id: {} 2025-05-26 08:08:23 18. 14250 0.019 1.52 MiB 0.015 4 316 ['Debug'] 1 {} Creating session context with user_id: {} 2025-05-26 08:08:23 19. 13462 0.018 1.84 MiB 0.019 1 2 ['Trace'] 1 Creating part at path {} 2025-05-26 08:08:23 20. 13422 0.018 1.54 MiB 0.016 670 521 ['Trace'] 0.338 Renaming temporary part {} to {} with tid {}. 2025-05-26 08:08:23 21. 12267 0.016 850.62 KiB 0.008 667 1032 ['Trace'] 0.515 Trying to reserve {} using storage policy from min volume index {} 2025-05-26 08:08:23 22. 12177 0.016 580.38 KiB 0.006 1 531 ['Trace'] 0.312 filled checksums {} 2025-05-26 08:08:23 23. 9382 0.012 1.69 MiB 0.017 3 316 ['Trace'] 1 HTTP Request for {}. Method: {}, Address: {}, User-Agent: {}{}, Content Type: {}, Transfer Encoding: {}, X-Forwarded-For: {} 2025-05-26 08:08:23 24. 9378 0.012 11.18 MiB 0.113 2 316 ['Trace'] 1 Request URI: {} 2025-05-26 08:08:23 25. 9031 0.012 185.21 KiB 0.002 2 316 ['Debug'] 0.081 Done processing query 2025-05-26 08:08:23 26. 7962 0.01 631.23 KiB 0.006 481 98 ['Trace'] 0.001 Reading {} ranges in{}order from part {}, approx. {} rows starting from {} 2025-05-26 08:08:23 27. 7332 0.01 164.68 KiB 0.002 1 930 ['Trace'] 0 Merging aggregated data 2025-05-26 08:08:23 28. 6854 0.009 646.60 KiB 0.006 1 38 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part 2025-05-26 08:08:23 29. 6017 0.008 196.41 KiB 0.002 2 126 ['Trace'] 1 TCP Request. Address: {} 2025-05-26 08:08:23 30. 6016 0.008 580.82 KiB 0.006 1 126 ['Debug'] 1 Connected {} version {}.{}.{}, revision: {}{}{}. 2025-05-26 08:08:23 31. 5979 0.008 157.65 KiB 0.002 1 120 ['Debug'] 1 Done processing connection. 2025-05-26 08:08:23 32. 5747 0.008 210.80 KiB 0.002 536 117 ['Debug'] 0.005 Key condition: {} 2025-05-26 08:08:23 33. 5417 0.007 617.45 KiB 0.006 532 117 ['Debug'] 0.005 Selected {}/{} parts by partition key, {} parts by primary key, {}/{} marks by primary key, {} marks to read from {} ranges 2025-05-26 08:08:23 34. 4913 0.006 254.29 KiB 0.003 469 114 ['Trace'] 0.005 Spreading mark ranges among streams (default reading) 2025-05-26 08:08:23 35. 4277 0.006 365.96 KiB 0.004 174 511 ['Trace'] 1 Scheduling next merge selecting task after {}ms, current attempt status: {} 2025-05-26 08:08:23 36. 4186 0.005 582.73 KiB 0.006 119 512 ['Trace'] 1 Checked {} partitions, found {} partitions with parts that may be merged: [{}] (max_total_size_to_merge={}, merge_with_ttl_allowed={}) 2025-05-26 08:08:23 37. 3778 0.005 137.07 KiB 0.001 15 15 ['Trace'] 1 Flushed system log up to offset {} 2025-05-26 08:08:23 38. 3778 0.005 220.29 KiB 0.002 15 15 ['Trace'] 1 Flushing system log, {} entries to flush up to offset {} 2025-05-26 08:08:23 39. 3774 0.005 340.60 KiB 0.003 89 515 ['Trace'] 0.999 Insert entry {} to queue with type {} 2025-05-26 08:08:23 40. 3738 0.005 299.60 KiB 0.003 125 953 ['Trace'] 0.956 Part {} is not stored on zero-copy replicated disk, blobs can be removed 2025-05-26 08:08:23 41. 3656 0.005 745.65 KiB 0.007 1 53 ['Debug'] 0 After join block: '{}' 2025-05-26 08:08:23 42. 3656 0.005 493.16 KiB 0.005 1 53 ['Debug'] 0 Before join block: '{}' 2025-05-26 08:08:23 43. 3636 0.005 92.32 KiB 0.001 89 515 ['Debug'] 0.999 Pulled {} entries to queue. 2025-05-26 08:08:23 44. 3636 0.005 209.50 KiB 0.002 89 515 ['Debug'] 0.999 Pulling {} entries to queue: {} - {} 2025-05-26 08:08:23 45. 3388 0.004 396.08 KiB 0.004 1 69 ['Trace'] 0.012 PREWHERE condition was split into {} steps: {} 2025-05-26 08:08:23 46. 3354 0.004 359.44 KiB 0.004 1 27 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part, column {} 2025-05-26 08:08:23 47. 3322 0.004 256.29 KiB 0.003 1 226 ['Trace'] 0 Query span trace_id for opentelemetry log: {} 2025-05-26 08:08:23 48. 2826 0.004 204.33 KiB 0.002 81 846 ['Trace'] 0.004 Running binary search on index range for part {} ({} marks) 2025-05-26 08:08:23 49. 2826 0.004 85.00 KiB 0.001 81 846 ['Trace'] 0.004 Found (RIGHT) boundary mark: {} 2025-05-26 08:08:23 50. 2826 0.004 81.65 KiB 0.001 81 846 ['Trace'] 0.004 Found (LEFT) boundary mark: {} 2025-05-26 08:08:23 51. 2826 0.004 85.78 KiB 0.001 81 846 ['Trace'] 0.004 Found {} range in {} steps 2025-05-26 08:08:23 52. 2545 0.003 106.89 KiB 0.001 106 32 ['Debug'] 0.287 Committing part {} to zookeeper 2025-05-26 08:08:23 53. 2287 0.003 158.54 KiB 0.002 1 652 ['Debug'] 1 Finish load job '{}' with status {} 2025-05-26 08:08:23 54. 2287 0.003 149.61 KiB 0.001 1 652 ['Debug'] 1 Execute load job '{}' in {} 2025-05-26 08:08:23 55. 2287 0.003 71.47 KiB 0.001 1 732 ['Debug'] 0.498 Spawn loader worker #{} in {} 2025-05-26 08:08:23 56. 2287 0.003 156.31 KiB 0.002 1 91 ['Debug'] 0.002 Schedule load job '{}' into {} 2025-05-26 08:08:23 57. 2287 0.003 46.90 KiB 0 1 849 ['Debug'] 1 Stop worker in {} 2025-05-26 08:08:23 58. 2287 0.003 20.10 KiB 0 2 91 ['Trace'] 0.002 No tables 2025-05-26 08:08:23 59. 2286 0.003 180.80 KiB 0.002 1 91 ['Debug'] 0.002 Prioritize load job '{}': {} -> {} 2025-05-26 08:08:23 60. 2260 0.003 75.04 KiB 0.001 1 750 ['Debug'] 0.501 Change current priority: {} -> {} 2025-05-26 08:08:23 61. 2256 0.003 255.56 KiB 0.003 1 546 ['Information'] 0 Sorting and writing part of data into temporary file {} 2025-05-26 08:08:23 62. 2256 0.003 338.61 KiB 0.003 1 528 ['Information'] 0 Done writing part of data into temporary file {}, compressed {}, uncompressed {} 2025-05-26 08:08:23 63. 2174 0.003 269.15 KiB 0.003 1 2 ['Trace'] 1 MemoryTracking: was {}, peak {}, free memory in arenas {}, will set to {} (RSS), difference: {} 2025-05-26 08:08:23 64. 2162 0.003 86.56 KiB 0.001 1 249 ['Debug'] 0.516 Will use old analyzer to prepare mutation 2025-05-26 08:08:23 65. 2102 0.003 85.92 KiB 0.001 106 32 ['Debug'] 0.348 Part {} committed to zookeeper 2025-05-26 08:08:23 66. 2081 0.003 165.77 KiB 0.002 1 816 ['Trace'] 0 Statistics updated for key={}: new sum_of_sizes={}, median_size={} 2025-05-26 08:08:23 67. 2059 0.003 184.81 KiB 0.002 1 791 ['Debug'] 0 Merge sorted {} blocks, {} rows in {} sec., {} rows/sec., {}/sec 2025-05-26 08:08:23 68. 1943 0.003 161.12 KiB 0.002 1 42 ['Debug'] 0 Merging {} parts: from {} to {} into {} with storage {} 2025-05-26 08:08:23 69. 1943 0.003 66.34 KiB 0.001 1 42 ['Debug'] 0 Selected MergeAlgorithm: {} 2025-05-26 08:08:23 70. 1901 0.002 247.54 KiB 0.002 1 42 ['Debug'] 0 Merge sorted {} rows, containing {} columns ({} merged, {} gathered) in {} sec., {} rows/sec., {}/sec. 2025-05-26 08:08:23 71. 1897 0.002 124.91 KiB 0.001 206 42 ['Trace'] 0 Merged {} parts: [{}, {}] -> {} 2025-05-26 08:08:23 72. 1869 0.002 213.34 KiB 0.002 69 32 ['Debug'] 1 Fetching part {} from {}:{} 2025-05-26 08:08:23 73. 1830 0.002 53.61 KiB 0.001 172 505 ['Debug'] 0.992 Updating strategy picker state 2025-05-26 08:08:23 74. 1826 0.002 97.90 KiB 0.001 182 522 ['Debug'] 0.877 Selected {} parts from {} to {} 2025-05-26 08:08:23 75. 1817 0.002 194.69 KiB 0.002 557 344 ['Debug'] 0.926 Removing {} parts from filesystem (serially): Parts: [{}] 2025-05-26 08:08:23 76. 1627 0.002 312.54 KiB 0.003 1 53 ['Trace'] 0 {}Keys: {}, datatype: {}, kind: {}, strictness: {}, right header: {} 2025-05-26 08:08:23 77. 1579 0.002 102.20 KiB 0.001 1 63 ['Trace'] 0.008 {}Join data is being destroyed, {} bytes and {} rows in hash table 2025-05-26 08:08:23 78. 1570 0.002 103.95 KiB 0.001 1 133 ['Debug'] 0 Will kill query {} (synchronously) 2025-05-26 08:08:23 79. 1469 0.002 187.70 KiB 0.002 1 451 ['Information'] 1 Have {} tables in drop queue ({} of them are in use), will try drop {} 2025-05-26 08:08:23 80. 1469 0.002 293.76 KiB 0.003 1 451 ['Information'] 1 Removing metadata {} of dropped table {} 2025-05-26 08:08:23 81. 1468 0.002 108.95 KiB 0.001 1 82 ['Debug'] 0 Waiting for table {} to be finally dropped 2025-05-26 08:08:23 82. 1468 0.002 108.32 KiB 0.001 88 192 ['Debug'] 0 Wrote block with ID '{}', {} rows{} 2025-05-26 08:08:23 83. 1412 0.002 44.69 KiB 0 19 35 ['Debug'] 0 Requested flush up to offset {} 2025-05-26 08:08:23 84. 1305 0.002 32.01 KiB 0 1 68 ['Trace'] 0.014 {} -> {} 2025-05-26 08:08:23 85. 1301 0.002 131.35 KiB 0.001 73 73 ['Debug'] 0.9 Removing {} parts from memory: Parts: [{}] 2025-05-26 08:08:23 86. 1301 0.002 130.08 KiB 0.001 73 73 ['Trace'] 0.9 Found {} old parts to remove. Parts: [{}] 2025-05-26 08:08:23 87. 1212 0.002 136.84 KiB 0.001 364 16 ['Trace'] 1 Executing log entry to merge parts {} to {} 2025-05-26 08:08:23 88. 1199 0.002 87.25 KiB 0.001 1 73 ['Trace'] 0.015 The min valid primary key position for moving to the tail of PREWHERE is {} 2025-05-26 08:08:23 89. 1192 0.002 85.65 KiB 0.001 69 361 ['Trace'] 0.044 Used generic exclusion search over index for part {} with {} steps 2025-05-26 08:08:23 90. 1176 0.002 41.82 KiB 0 126 59 ['Debug'] 0 MinMax index condition: {} 2025-05-26 08:08:23 91. 1164 0.002 57.44 KiB 0.001 1 106 ['Trace'] 0 Merging partially aggregated blocks (bucket = {}). 2025-05-26 08:08:23 92. 1164 0.002 173.26 KiB 0.002 1 106 ['Debug'] 0 Merged partially aggregated blocks for bucket #{}. Got {} rows, {} from {} source rows in {} sec. ({:.3f} rows/sec., {}/sec.) 2025-05-26 08:08:23 93. 1144 0.002 93.85 KiB 0.001 1087 91 ['Information'] 0.002 Metadata processed, database {} has {} tables and {} dictionaries in total. 2025-05-26 08:08:23 94. 1144 0.002 68.03 KiB 0.001 1 91 ['Information'] 0.002 Parsed metadata of {} tables in {} databases in {} sec 2025-05-26 08:08:23 95. 1072 0.001 74.48 KiB 0.001 1030 16 ['Trace'] 1 Executing log entry to mutate part {} to {} 2025-05-26 08:08:23 96. 1072 0.001 118.60 KiB 0.001 1030 16 ['Trace'] 1 Mutating part {} with mutation commands from {} mutations ({}): {} 2025-05-26 08:08:23 97. 1057 0.001 80.51 KiB 0.001 3 94 ['Trace'] 0.942 Settings: readonly = {}, allow_ddl = {}, allow_introspection_functions = {} 2025-05-26 08:08:23 98. 1057 0.001 55.61 KiB 0.001 3 94 ['Trace'] 0.942 List of all grants: {} 2025-05-26 08:08:23 99. 1057 0.001 78.68 KiB 0.001 3 94 ['Trace'] 0.942 List of all grants including implicit: {} 2025-05-26 08:08:23 100. 1052 0.001 64.75 KiB 0.001 1 89 ['Debug'] 0.002 Wait load job '{}' in {} 2025-05-26 08:08:23 2025-05-26 08:08:23 2025-05-26 08:08:23 2025-05-26 08:08:23 Top messages without format string (fmt::runtime): 2025-05-26 08:08:23 2025-05-26 08:08:23 count pattern runtime_message line 2025-05-26 08:08:23 2025-05-26 08:08:23 1. 8 CodeCoordinationExceptionFaultin Code: 999. Coordination::Exception: Fault injection before operation. (KEEPER_EXCEPTION) (version 24.3.18.10389.altinitystable (altinity build)) (from [::1]:57744) (comment: 02456_keeper_retries_during_insert.sql) (in query: INSERT INTO keeper_retries_r1 S ('/executeQuery.cpp',219) 2025-05-26 08:08:23 2. 8 CodeDBExceptionSyntaxerrorfailed Code: 62. DB::Exception: Syntax error: failed at position 1 ('SEECTwrong'): SEECTwrong. Expected one of: Query, Query with output, EXPLAIN, EXPLAIN, SELECT query, possibly with UNION, list of union elements, SELECT query, subquery, possibly with UNION, SEL ('/executeQuery.cpp',219) 2025-05-26 08:08:23 3. 6 CodeDBExceptionReceivedfromlocal Code: 242. DB::Exception: Received from localhost:9000. DB::Exception: Table is in readonly mode: replica_path=/tables/shard_1/data/replicas/read. Stack trace: 2025-05-26 08:08:23 2025-05-26 08:08:23 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const ('/executeQuery.cpp',219) 2025-05-26 08:08:23 4. 4 CodeDBExceptionReceivedfromDBExc Code: 507. DB::Exception: Received from 127.0.0.2:9000. DB::Exception: Sharding key modulo(sub_key, 2) is not used. Stack trace: 2025-05-26 08:08:23 2025-05-26 08:08:23 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x000000003e88dd09 2025-05-26 08:08:23 1. ('/executeQuery.cpp',219) 2025-05-26 08:08:23 5. 4 CodeDBExceptionEmptyqueryInscope Code: 62. DB::Exception: Empty query: In scope SELECT formatQuery(''). (SYNTAX_ERROR) (version 24.3.18.10389.altinitystable (altinity build)) (from [::1]:51318) (comment: 02882_formatQuery.sql) (in query: SELECT formatQuery('');), Stack trace (when copying ('/executeQuery.cpp',219) 2025-05-26 08:08:23 6. 4 CodeDBExceptionTherequestsignatu Code: 499. DB::Exception: The request signature we calculated does not match the signature you provided. Check your key and signing method. (S3_ERROR) (version 24.3.18.10389.altinitystable (altinity build)) (from [::1]:55610) (comment: 02843_backup_use_sam ('/executeQuery.cpp',219) 2025-05-26 08:08:23 7. 3 PocoExceptionCodeecodeNetExcepti Poco::Exception. Code: 1000, e.code() = 107, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): 2025-05-26 08:08:23 2025-05-26 08:08:23 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, ('/Exception.cpp',222) 2025-05-26 08:08:23 8. 2 CodeDBExceptionEmptyquerySYNTAXE Code: 62. DB::Exception: Empty query. (SYNTAX_ERROR) (version 24.3.18.10389.altinitystable (altinity build)) (from [::ffff:127.0.0.1]:46948) (in query: ), Stack trace (when copying this message, always include the lines below): 2025-05-26 08:08:23 2025-05-26 08:08:23 0. ./contrib/llvm-project/l ('/executeQuery.cpp',219) 2025-05-26 08:08:23 9. 2 CodeDBExceptionThereisnosubtypef Code: 386. DB::Exception: There is no subtype for types String, UInt8 because some of them are String/FixedString and some of them are not: In scope SELECT ['1', '2'] AS arr1, [1, 2] AS arr2, round(arrayJaccardIndex(arr1, arr2), 2). (NO_COMMON_TYPE) (versi ('/executeQuery.cpp',219) 2025-05-26 08:08:23 10. 2 IfthesignaturecheckfailedThiscou If the signature check failed. This could be because of a time skew. Attempting to adjust the signer. ('/AWSLogger.cpp',71) 2025-05-26 08:08:23 11. 1 Electiontimeoutinitiateleaderele Election timeout, initiate leader election ('/LoggerWrapper.h',43) 2025-05-26 08:08:23 12. 1 bgappendentriesthreadinitiated bg append_entries thread initiated ('/LoggerWrapper.h',43) 2025-05-26 08:08:23 13. 1 CodeDBExceptionavroExceptionCann Code: 1001. DB::Exception: avro::Exception: Cannot read compressed data, expected at least 4 bytes, got 0. (STD_EXCEPTION), Stack trace (when copying this message, always include the lines below): 2025-05-26 08:08:23 2025-05-26 08:08:23 0. ./contrib/llvm-project/libcxx/include/exception:141: st ('/TCPHandler.cpp',701) 2025-05-26 08:08:23 14. 1 newconfigurationlogidxprevlogidx new configuration: log idx 1, prev log idx 0 2025-05-26 08:08:23 peer 1, DC ID 0, localhost:9234, voting member, 1 2025-05-26 08:08:23 my id: 1, leader: 1, term: 1 ('/LoggerWrapper.h',43) 2025-05-26 08:08:23 15. 1 stdexceptionCodetypestdruntimeer std::exception. Code: 1001, type: std::runtime_error, e.what() = ran out of bytes (version 24.3.18.10389.altinitystable (altinity build)) (from [::1]:39022) (comment: 02688_aggregate_states.sql) (in query: SELECT '\x01\x01\x01'::AggregateFunction(groupBitm ('/executeQuery.cpp',219) 2025-05-26 08:08:23 16. 1 invalidelectiontimeoutupperbound invalid election timeout upper bound detected, adjusted to 0 ('/LoggerWrapper.h',43) 2025-05-26 08:08:23 17. 1 waitforHBforms wait for HB, for 50 + [0, 0] ms ('/LoggerWrapper.h',43) 2025-05-26 08:08:23 18. 1 CodeDBExceptionstdruntimeerrorra Code: 1001. DB::Exception: std::runtime_error: ran out of bytes. (STD_EXCEPTION), Stack trace (when copying this message, always include the lines below): 2025-05-26 08:08:23 2025-05-26 08:08:23 0. ./contrib/llvm-project/libcxx/include/exception:141: std::runtime_error::runtime_error(char const ('/TCPHandler.cpp',701) 2025-05-26 08:08:23 19. 1 FailedtomakebackupShttplocalhost Failed to make backup S3('http://localhost:11111/test/backups/test_zes9wosb/use_same_s3_credentials_for_base_backup_base_inc_3_bad', 'test', '[HIDDEN]'): Code: 499. DB::Exception: The request signature we calculated does not match the signature you provide ('/Exception.cpp',222) 2025-05-26 08:08:23 20. 1 Forkedachildprocesstowatch Forked a child process to watch ('',0) 2025-05-26 08:08:23 21. 1 stdexceptionCodetypeavroExceptio std::exception. Code: 1001, type: avro::Exception, e.what() = Cannot read compressed data, expected at least 4 bytes, got 0 (version 24.3.18.10389.altinitystable (altinity build)) (from [::1]:59006) (comment: 02373_heap_buffer_overflow_in_avro.sh) (in quer ('/executeQuery.cpp',219) 2025-05-26 08:08:23 22. 1 INITRAFTSERVERcommitindextermele === INIT RAFT SERVER === 2025-05-26 08:08:23 commit index 0 2025-05-26 08:08:23 term 0 2025-05-26 08:08:23 election timer allowed 2025-05-26 08:08:23 log store start 1, end 0 2025-05-26 08:08:23 config log idx 0, prev log idx 0 2025-05-26 08:08:23 -- ASYNC REPLICATION -- ('/LoggerWrapper.h',43) 2025-05-26 08:08:23 23. 1 statemachinecommitindexprecommit state machine commit index 0, precommit index 0, last log index 0 ('/LoggerWrapper.h',43) 2025-05-26 08:08:23 24. 1 newconfiglogidxprevlogidxcurconf new config log idx 1, prev log idx 0, cur config log idx 0, prev log idx 0 ('/LoggerWrapper.h',43) 2025-05-26 08:08:23 25. 1 ELECTIONTIMEOUTcurrentrolefollow [ELECTION TIMEOUT] current role: follower, log last term 0, state term 0, target p 1, my p 1, hb dead, pre-vote NOT done ('/LoggerWrapper.h',43) 2025-05-26 08:08:23 26. 1 configatindexiscommittedprevconf config at index 1 is committed, prev config log idx 0 ('/LoggerWrapper.h',43) 2025-05-26 08:08:23 27. 1 BECOMELEADERappendednewconfigat [BECOME LEADER] appended new config at 1 ('/LoggerWrapper.h',43) 2025-05-26 08:08:23 28. 1 logTraceFunctionTest logTrace Function Test ('/logTrace.cpp',50) 2025-05-26 08:08:23 29. 1 globalmanagerdoesnotexistwilluse global manager does not exist. will use local thread for commit and append ('/LoggerWrapper.h',43) 2025-05-26 08:08:37 30. 1 startingup starting up ('',0) 2025-05-26 08:08:37 2025-05-26 08:08:37 2025-05-26 08:08:37 2025-05-26 08:08:37 Top messages not matching their format strings: 2025-05-26 08:08:37 2025-05-26 08:08:37 message_format_string count() any_message 2025-05-26 08:08:37 2025-05-26 08:08:37 1. 28 Forked a child process to watch 2025-05-26 08:08:37 2. Query {} to stage {}{} 19 Query SELECT _CAST(1, 'UInt8') AS `like('a�b', 'a%�b')` FROM system.one AS __table1 to stage Complete 2025-05-26 08:08:37 3. Query {} from stage {} to stage {}{} 19 Query SELECT _CAST(1, 'UInt8') AS `like('a�b', 'a%�b')` FROM system.one AS __table1 from stage FetchColumns to stage Complete 2025-05-26 08:08:37 4. {} is in use (by merge/mutation/INSERT) (consider increasing temporary_directories_lifetime setting) 16 /var/lib/clickhouse/disks/s3_disk/store/d32/d32445c7-4938-4a43-94c7-0f5c28811b16/tmp_insert_all_6_6_0/ is in use (by merge/mutation/INSERT) (consider increasing temporary_directories_lifetime setting) (skipped 1 similar messages) 2025-05-26 08:08:37 5. (from {}{}{}){}{} {} (stage: {}) 1 (from [::1]:39044) (comment: 02686_bson3.sql) -- It correctly throws exception about incorrect data: 2025-05-26 08:08:37 SELECT * FROM format(BSONEachRow, 'WatchID Int64, JavaEnable Int16, Title String, GoodEvent Int16, EventTime DateTime, EventDate Date, CounterID Int32, ClientIP Int32, RegionID Int32, UserID Int64, CounterClass Int16, OS Int16, UserAgent Int16, URL String, Referer String, IsRefresh Int16, RefererCategoryID Int16, RefererRegionID Int32, URLCategoryID Int16, URLRegionID Int32, ResolutionWidth Int16, ResolutionHeight Int16, ResolutionDepth Int16, FlashMajor Int16, FlashMinor Int16, FlashMinor2 String, NetMajor Int16, NetMinor Int16, UserAgentMajor Int16, UserAgentMinor String, CookieEnable Int16, JavascriptEnable Int16, IsMobile Int16, MobilePhone Int16, MobilePhoneModel String, Params String, IPNetworkID Int32, TraficSourceID Int16, SearchEngineID Int16, SearchPhrase String, AdvEngineID Int16, IsArtifical Int16, WindowClientWidth Int16, WindowClientHeight Int16, ClientTimeZone Int16, ClientEventTime DateTime, SilverlightVersion1 Int16, SilverlightVersion2 Int16, SilverlightVersion3 Int32, SilverlightVersion4 Int16, PageCharset String, CodeVersion Int32, IsLink Int16, IsDownload Int16, IsNotBounce Int16, FUniqID Int64, OriginalURL String, HID Int32, IsOldCounter Int16, IsEvent Int16, IsParameter Int16, DontCountHits Int16, WithHash Int16, HitColor String, LocalEventTime DateTime, Age Int16, Sex Int16, Income Int16, Interests Int16, Robotness Int16, RemoteIP Int32, WindowName Int32, OpenerName Int32, HistoryLength Int16, BrowserLanguage String, BrowserCountry String, SocialNetwork String, SocialAction String, HTTPError Int16, SendTiming Int32, DNSTiming Int32, ConnectTiming Int32, ResponseStartTiming Int32, ResponseEndTiming Int32, FetchTiming Int32, SocialSourceNetworkID Int16, SocialSourcePage String, ParamPrice Int64, ParamOrderID String, ParamCurrency String, ParamCurrencyID Int16, OpenstatServiceName String, OpenstatCampaignID String, OpenstatAdID String, OpenstatSourceID String, UTMSource String, UTMMedium String, UTMCampaign String, UTMContent String, UTMTerm String, FromTag String, HasGCLID Int16, RefererHash Int64, URLHash Int64, CLID Int32', $$^WatchIDc*5/ !p~JavaEnableTitleGoodEventEventTime7��QEventDate>CounterIDClientIP��z�RegionIDGUserID� ��:6��CounterClassOSUserAgentURLRefererIsRefreshRefererCategoryIDRefererRegionIDURLCategoryIDURLRegionIDResolutionWidthResolutionHeightResolutionDepthFlashMajorFlashMinorFlashMinor2NetMajorNetMinorUserAgentMajorUserAgentMinor�OCookieEnableJavascriptEnabl�������sMobileMobilePhoneMobilePhoneModelParamsIPNetworkID��9TraficSourceIDSearchEngineIDSearchPhraseAdvEngineIDIsArtificalWindowClientWidthWindowClientHeightClientTimeZone����ClientEventTime��SilverlightVersion1SilverlightVersion2SilverlightVersion3SilverlightVersion4PageCharsetCodeVersionIsLinkIsDownloadIsNotBounceFUniqIDOriginalURLHIDIsOldCounterIsEventIsParameterDontCountHitsWithHashHitColor5LocalEventTime&��QAgeSexIncomeInterestsRobotnessRemoteIP^DI�WindowName����OpenerName����HistoryLength����BrowserLanguage�BrowserCountry� SocialNetworkSocialActionHTTPErrorSendTimingDNSTimingConnectTimingResponseStartTimingResponseEndTimingFetchTimingSocialSourceNetworkIDSocialSourcePageParamPriceParamOrderIDParamCurrencyNHParamCurrencyIDOpenstatServiceNameOpenstatCampaignIDOpenstatAdIDOpenstatSourceIDUTMSourceUTMMediumUTMCampaignUTMContentUTMTermFromTagHasGCLIDRefererHashX+��'���URLHash�|3��b.�CLID^WatchID��F�ӓ2qJavaEnableTitleGoodEventEventTimen$�QEventDate>CounterIDClientIP��z�RegionIDGUserID� ��:6��CounterClassOSUserAgentURLRefererIsRefreshRefererCategoryIDRefererRegionIDURLCategoryIDURLRegionIDResolutionWidthResolutionHeightResolutionDepthFlashMajorFlashMinorFlashMinor2NetMajorNetMinorUserAgentMajorUserAgentMinor�OCookieEnableJavascriptEnableIsMobileMobilePhoneMobilePhoneModelParamsIPNetworkID��9TraficSourceIDSearchEngineIDSearchPhraseAdvEngineIDIsArtificalWindowClientWidthWindowClientHeightClientTimeZone����ClientEventTime��SilverlightVersion1SilverlightVersion2SilverlightVersion3SilverlightVersion4PageCharsetCodeVersionIsLinkIsDownloadIsNotBounceFUniqIDOriginalURLHIDIsOldCounterIsEventIsParameterDontCountHitsWithHashHitColor5LocalEventTimeǘ�QAgeSexIncomeInterestsRobotnessRemoteIP^DI�WindowName����OpenerName����HistoryLength����BrowserLanguage�BrowserCountry� SocialNetworkSocialActionHTTPErrorSendTimingDNSTimingConnectTimingResponseStartTimingResponseEndTimingFetchTimingSocialSourceNetworkIDSocialSourcePageP��amPriceParamOrderIDParamCurrencyNHParamCurrencyIDOpenstatServiceNameOpenstatCampaignIDOpenstatAdIDOpenstatSourceIDUTMSourceUTMMediumUTMCampaignUTMContentUTMTermFromTagHasGCLIDRefererHashX+��'���URLHash�|3��b.�CLID^WatchIDl!�|�@HJavaEnableTitleGoodEventEventTime�)�QEventDate>CounterIDClientIP��z�RegionIDGUserID� ��:6��CounterClassOSUserAgentURLRefererIsRefreshRefererCategoryIDRefererRegionIDURLCategoryIDURLRegionIDResolutionWidthResolutionHeightResolutionDepthFlashMajorFlashMinorFlashMinor2NetMajorNetMinorUserAgentMajorUserAgentMinor�OCookieEnableJavascriptEnableIsMobileMobilePhoneMobilePhoneModelParamsIPNetworkID��9TraficSourceIDSearchEngineIDSearchPhraseAdvEngineIDIsArtificalWindowClientWidthWindowClientHeightClientTimeZone����ClientEventTime��SilverlightVersion1SilverlightVersion2SilverlightVersion3SilverlightVersion4PageCharsetCodeVersionIsLinkIsDownloadIsNotBounceFUniqIDOriginalURLHIDIsOldCounterIsEventIsParameterDontCountHitsWithHashHitColor5LocalEventTime}��QAgeSexIncomeInterestsRobotnessRemoteIP^DI�WindowName����OpenerName����HistoryLength����BrowserLanguage�BrowserCountry� SocialNetworkSocialActionHTTPErrorSendTimingDNSTimingConnectTimingResponseStartTimingResponseEndTimingFetchTimingSocialSourceNetworkIDSocialSourcePageParamPriceParamOrderIDParamCurrencyNHParamCurrencyIDOpenstatServiceNameOpenstatCampaignIDOpenstatAdIDOpenstatSourceIDUTMSourceUTMMediumUTMCampaignUTMContentUTMTermFromTagHasGCLIDRefererHashX+��'���URLHash�|3��b.�CLID^WatchID�ǐ=ЌWJavaEnableTitleGoodEventEventTime8*�QEventDate>CounterIDClientIP��z�RegionIDGUserID� ��:6��CounterClassOSUserAgentURLRefererIsRefreshRefererCategoryIDRefererRegionIDURLCategoryIDURLRegionIDResolutionWidthResolutionHeightResolutionDepthFlashMajorFlashMinorFlashMinor2NetMajorNetMinorUserAgentMajorUserAgentMinor�OCookieEnableJavascriptEnableIsMobileMobilePhoneMobilePhoneModelParamsIPNetworkID��9TraficSourceIDSearchEngineIDSearchPhraseAdvEngineIDIsArtificalWindowClientWidthWindowClientHeightClientTimeZone����ClientEventTime��SilverlightVersion1SilverlightVersion2SilverlightVersion3SilverlightVersion4PageCharsetCodeVersionIsLinkIsDownloadIsNotBounceFUniqIDOriginalURLHIDIsOldCounterIsEventIsParameterDontCountHitsWithHashHitColor5LocalEventTimeݞ�QAgeSexIncomeInterestsRobotnessRemoteIP^DI�WindowName����OpenerName����HistoryLength����BrowserLanguage�BrowserCountry� SocialNetworkSocialActionHTTPErrorSendTimingDNSTimingConnectTimingResponseStartTimingResponseEndTimingFetchTimingSocialSourceNetworkIDSocialSourcePageParamPriceParamOrderIDParamCurrencyNHParamCurrencyIDOpenstatServiceNameOpenstatCampaignIDOpenstatAdIDOpenstatSourceIDUTMSourceUTMMediumUTMCampaignUTMContentUTMTermFromTagHasGCLIDRefererHashX+��'���URLHash�|3��b.�CLID�WatchID��E&LyJavaEnableTitleGoodEventEventTimeJ��QEventDate>CounterIDClientIP��I`RegionID'UserIDq��Jd8CounterClassOSUserAgentURL-http://holodilnik.ru/russia/05jul2013&model=0RefererIsRefreshRefererCategoryIDRefererRegionIDURLCateParams String, IPNetworkID Int32, TraficSourceID Int16, SearchEngineID Int16, SearchPhrase String, AdvEngineID Int16, IsArtifical Int16, WindowClientWidth Int16, WindowClientHeight Int16, ClientTimeZone Int16, ClientEventTime DateTime, SilverlightVersion1 Int16, SilverlightVersion2 Int16, SilverlightVersion3 Int32, SilverlightVersion4 Int16, PageCharset String, CodeVersion Int32, IsLink Int16, IsDownload Int16, IsNotBounce Int16, FUniqID Int64, OriginalURL String, HID Int32, IsOldCounter Int16, IsEvent Int16, IsParameter Int16, DontCountHits Int16, WithHash Int16, HitColor String, LocalEventTime DateTime, Age Int16, Sex Int16, Income Int16, Interests Int16, Robotness Int16, RemoteIP Int32, WindowName Int32, OpenerName Int32, HistoryLength Int16, BrowserLanguage String, BrowserCountry String, SocialNetwork String, SocialAction String, HTTPError Int16, SendTiming Int32, DNSTiming Int32, ConnectTiming Int32, ResponseStartTiming Int32, ResponseEndTiming Int32,����HistoryLength����BrowserLanguage�BrowserCountry� SocialNetworkSocialActionHTTPErrorSendTimingDNSTimingConnectTimingResponseStartTimingResponseEndTimingFetchTimingSocialSourceNetworkIDSocialSourcePageParamPriceParamOrderIDParamCurrencyNHParamCurrencyIDOpenstatServiceNameOpenstatCampaignIDOpenstatAdIDOpenstatSourceIDUTMSourceUTMMediumUTMCampaignUTMContentUTMTermFromTagHasGCLIDRefererHashX+��'���URLHash� 2025-05-26 08:08:41 o���eCLID�WatchID��k=��pJavaEnableTitleGoodEventEventTime� �QEventDate>CounterIDClien����Q9�HRegionIDGUserID �Ks}��CounterClassOSUserAgentURLHhttp://afisha.mail.ru/catalog/314/women.ru/ency=1&page3/?errovat-pinnikiRefererIsRefreshRefererCategoryIDRefererRegionIDURLCategoryID0=URLRegionID�ResolutionWidthResolutionHeightResolutionDepthFlashMajorFlashMinorFlashMinor2NetMajorNetMinorUserAgentMajorUserAgentMinorD�CookieEnableJavascriptEnableIsMobileMobilePhoneMobilePhoneModelParamsIPNetworkID��9TraficSourceIDSearchEngineIDSearchPhraseAdvEngineIDIsArtificalWindowClientWidthWindowClientHeightClientTimeZone����ClientEventTime��SilverlightVersion1SilverlightVersion2SilverlightVersion3SilverlightVersion4 PageCharsetCodeVersionIsLinkIsDownloadIsNotBounceFUniqID:��W��mOriginalURLHIDIsOldCounterIsEventIsParameterDontCountHitsWithHashHitColor5LocalEventTimeA��QAgeSexIncomeInterestsRobotnessRemoteIP^DI�WindowName����OpenerName����HistoryLength����BrowserLanguage�BrowserCountry� SocialNetworkSocialActionHTTPErrorSendTimingDNSTimingConnectTimingResponseStartTimingResponseEndTimingFetchTimingSocialSourceNetworkIDSocialSourcePageParamPriceParamOrderIDParamCurrencyNHParamCurrencyIDOpenstatServiceNameOpenstatCampaignIDOpenstatAdIDOpenstatSourceIDUTMSourceUTMMediumUTMCampaignUTMContentUTMTermFromTagHasGCLIDRefererHashX+��'���URLHash�� �#�\CLID�WatchID�1�� o�CJavaEnableTitleGoodEventEventTime�0�QEventDate>CounterIDClientIP�^{]RegionID�UserID&n%�t"6CounterClas⋯ 2025-05-26 08:08:41 2025-05-26 08:08:41 2025-05-26 08:08:41 2025-05-26 08:08:41 Top short messages: 2025-05-26 08:08:41 2025-05-26 08:08:41 c message_format_string substr(any(message), 1, 120) min_length_without_exception_boilerplate 2025-05-26 08:08:41 2025-05-26 08:08:41 1. 13 {}:{}: '{}' src/Processors/Transforms/MergeJoinTransform.cpp:836: ' Nullable(size = 1, UInt32(size = 1), UInt8(size = 1)) Nullable(s 62 2025-05-26 08:08:41 2. 5 {} Server was built with sanitizer. It will work slowly. 27 2025-05-26 08:08:41 3. 5 Froze {} parts Froze 10 parts -13 2025-05-26 08:08:41 4. 4 Creating {}: {} Creating table test_lethoxaz.test: CREATE TABLE IF NOT EXISTS test_lethoxaz.test UUID '8ef3dee5-edc4-4da2-a658-014517d8f 211 2025-05-26 08:08:41 5. 2 Substitution {} is not set Code: 456. DB::Exception: Substitution `s` is not set. (UNKNOWN_QUERY_PARAMETER) (version 24.3.18.10389.altinitystable ( 29 2025-05-26 08:08:41 2025-05-26 08:08:41 2025-05-26 08:08:41 2025-05-26 08:08:41 Top messages by level: 2025-05-26 08:08:41 2025-05-26 08:08:41 (0.0004981339639534533,'Query was cancelled') Error 2025-05-26 08:08:41 (0.00003277197131272719,'The leftovers from table {} were removed by another replica') Warning 2025-05-26 08:08:41 (0.002957342691260502,'Sorting and writing part of data into temporary file {}') Information 2025-05-26 08:08:41 (0.04392623946872702,'(from {}{}{}){}{} {} (stage: {})') Debug 2025-05-26 08:08:41 (0.04560940791534869,'Access granted: {}{}') Trace 2025-05-26 08:08:41 2025-05-26 08:08:41 + set -e + [[ 0 -eq 124 ]] + return 0 + echo 'Files in current directory' + ls -la ./ Files in current directory total 137428 drwxr-xr-x 1 root root 4096 May 26 07:59 . drwxr-xr-x 1 root root 4096 May 26 07:59 .. -rw-rw-r-- 1 1000 1000 300 May 26 07:19 analyzer_tech_debt.txt -rw-rw-r-- 1 root root 1566 Oct 31 2024 attach_gdb.lib -rw-r--r-- 1 root root 1481 May 26 07:23 __azurite_db_blob_extent__.json -rw-r--r-- 1 root root 4237 May 26 07:23 __azurite_db_blob__.json -rw-r--r-- 1 root root 51367 May 26 08:07 azurite_log lrwxrwxrwx 1 root root 7 Sep 11 2024 bin -> usr/bin drwxr-xr-x 2 root root 4096 May 26 07:23 __blobstorage__ drwxr-xr-x 2 root root 4096 Apr 18 2022 boot -rw-rw-r-- 1 1000 1000 4003 May 26 07:19 broken_tests.json drwxr-xr-x 5 root root 340 May 26 07:22 dev -rwxr-xr-x 1 root root 0 May 26 07:22 .dockerenv drwxr-xr-x 1 root root 4096 May 26 07:22 etc drwxr-xr-x 1 1000 1000 4096 May 26 07:23 hadoop-3.3.1 drwxr-xr-x 2 root root 4096 Apr 18 2022 home lrwxrwxrwx 1 root root 7 Sep 11 2024 lib -> usr/lib lrwxrwxrwx 1 root root 9 Sep 11 2024 lib32 -> usr/lib32 lrwxrwxrwx 1 root root 9 Sep 11 2024 lib64 -> usr/lib64 lrwxrwxrwx 1 root root 10 Sep 11 2024 libx32 -> usr/libx32 -rwxr-xr-x 1 root root 21843968 Oct 31 2024 mc drwxr-xr-x 2 root root 4096 Sep 11 2024 media -rwxr-xr-x 1 root root 118595584 Oct 31 2024 minio drwxr-xr-x 4 root root 4096 May 26 07:23 minio_data drwxr-xr-x 2 root root 4096 Sep 11 2024 mnt drwxr-xr-x 2 root root 4096 Sep 11 2024 opt -rw-r--r-- 1 root root 0 Feb 14 2024 .package-cache-mutate drwxrwxr-x 2 1000 1000 4096 May 26 07:22 package_folder drwxr-x--- 2 root root 4096 May 26 07:24 preprocessed_configs dr-xr-xr-x 309 root root 0 May 26 07:22 proc -rwxrwxr-x 1 root root 8329 Oct 31 2024 process_functional_tests_result.py drwx------ 1 root root 4096 May 26 08:03 root drwxr-xr-x 1 root root 4096 May 26 07:22 run -rwxrwxr-x 1 root root 16095 Oct 31 2024 run.sh lrwxrwxrwx 1 root root 8 Sep 11 2024 sbin -> usr/sbin -rw-r--r-- 1 root root 462 May 26 07:23 script.gdb -rwxrwxr-x 1 root root 10462 Oct 31 2024 setup_export_logs.sh -rwxrwxr-x 1 root root 351 Oct 31 2024 setup_hdfs_minicluster.sh -rwxrwxr-x 1 root root 3464 Oct 31 2024 setup_minio.sh drwxr-xr-x 2 root root 4096 Sep 11 2024 srv -rw-rw-r-- 1 root root 13192 Oct 31 2024 stress_tests.lib dr-xr-xr-x 13 root root 0 May 26 07:22 sys drwxrwxr-x 2 1000 1000 4096 May 26 07:24 test_output drwxrwxrwt 1 root root 32768 May 26 08:08 tmp drwxr-xr-x 2 root root 4096 May 26 07:24 user_defined drwxr-xr-x 1 root root 4096 Sep 11 2024 usr -rw-rw-r-- 1 root root 833 Oct 31 2024 utils.lib drwxr-xr-x 1 root root 4096 Sep 11 2024 var Files in root directory + echo 'Files in root directory' + ls -la / total 137428 drwxr-xr-x 1 root root 4096 May 26 07:59 . drwxr-xr-x 1 root root 4096 May 26 07:59 .. -rw-rw-r-- 1 1000 1000 300 May 26 07:19 analyzer_tech_debt.txt -rw-rw-r-- 1 root root 1566 Oct 31 2024 attach_gdb.lib -rw-r--r-- 1 root root 1481 May 26 07:23 __azurite_db_blob_extent__.json -rw-r--r-- 1 root root 4237 May 26 07:23 __azurite_db_blob__.json -rw-r--r-- 1 root root 51367 May 26 08:07 azurite_log lrwxrwxrwx 1 root root 7 Sep 11 2024 bin -> usr/bin drwxr-xr-x 2 root root 4096 May 26 07:23 __blobstorage__ drwxr-xr-x 2 root root 4096 Apr 18 2022 boot -rw-rw-r-- 1 1000 1000 4003 May 26 07:19 broken_tests.json drwxr-xr-x 5 root root 340 May 26 07:22 dev -rwxr-xr-x 1 root root 0 May 26 07:22 .dockerenv drwxr-xr-x 1 root root 4096 May 26 07:22 etc drwxr-xr-x 1 1000 1000 4096 May 26 07:23 hadoop-3.3.1 drwxr-xr-x 2 root root 4096 Apr 18 2022 home lrwxrwxrwx 1 root root 7 Sep 11 2024 lib -> usr/lib lrwxrwxrwx 1 root root 9 Sep 11 2024 lib32 -> usr/lib32 lrwxrwxrwx 1 root root 9 Sep 11 2024 lib64 -> usr/lib64 lrwxrwxrwx 1 root root 10 Sep 11 2024 libx32 -> usr/libx32 -rwxr-xr-x 1 root root 21843968 Oct 31 2024 mc drwxr-xr-x 2 root root 4096 Sep 11 2024 media -rwxr-xr-x 1 root root 118595584 Oct 31 2024 minio drwxr-xr-x 4 root root 4096 May 26 07:23 minio_data drwxr-xr-x 2 root root 4096 Sep 11 2024 mnt drwxr-xr-x 2 root root 4096 Sep 11 2024 opt -rw-r--r-- 1 root root 0 Feb 14 2024 .package-cache-mutate drwxrwxr-x 2 1000 1000 4096 May 26 07:22 package_folder drwxr-x--- 2 root root 4096 May 26 07:24 preprocessed_configs dr-xr-xr-x 309 root root 0 May 26 07:22 proc -rwxrwxr-x 1 root root 8329 Oct 31 2024 process_functional_tests_result.py drwx------ 1 root root 4096 May 26 08:03 root drwxr-xr-x 1 root root 4096 May 26 07:22 run -rwxrwxr-x 1 root root 16095 Oct 31 2024 run.sh lrwxrwxrwx 1 root root 8 Sep 11 2024 sbin -> usr/sbin -rw-r--r-- 1 root root 462 May 26 07:23 script.gdb -rwxrwxr-x 1 root root 10462 Oct 31 2024 setup_export_logs.sh -rwxrwxr-x 1 root root 351 Oct 31 2024 setup_hdfs_minicluster.sh -rwxrwxr-x 1 root root 3464 Oct 31 2024 setup_minio.sh drwxr-xr-x 2 root root 4096 Sep 11 2024 srv -rw-rw-r-- 1 root root 13192 Oct 31 2024 stress_tests.lib dr-xr-xr-x 13 root root 0 May 26 07:22 sys drwxrwxr-x 2 1000 1000 4096 May 26 07:24 test_output drwxrwxrwt 1 root root 32768 May 26 08:08 tmp drwxr-xr-x 2 root root 4096 May 26 07:24 user_defined drwxr-xr-x 1 root root 4096 Sep 11 2024 usr -rw-rw-r-- 1 root root 833 Oct 31 2024 utils.lib drwxr-xr-x 1 root root 4096 Sep 11 2024 var + /process_functional_tests_result.py 2025-05-26 08:08:41,323 File /analyzer_tech_debt.txt with broken tests found 2025-05-26 08:08:41,324 File /broken_tests.json with broken tests found 2025-05-26 08:08:41,324 Broken tests in the list: 38 2025-05-26 08:08:41,324 Find files in result folder test_result.txt,gdb.log,run.log,garbage.log 2025-05-26 08:08:41,331 Is flaky check: False 2025-05-26 08:08:41,331 Result parsed 2025-05-26 08:08:41,332 Result written + clickhouse-client -q 'system flush logs' Detach all logs replication + stop_logs_replication + echo 'Detach all logs replication' + clickhouse-client --query 'select database||'\''.'\''||table from system.tables where database = '\''system'\'' and (table like '\''%_sender'\'' or table like '\''%_watcher'\'')' + tee /dev/stderr + xargs -n1 -r -i clickhouse-client --query 'drop table {}' xargs: warning: options --max-args and --replace/-I/-i are mutually exclusive, ignoring previous --max-args value + failed_to_save_logs=0 + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + err='++ clickhouse-client -q '\''select * from system.query_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + echo '++ clickhouse-client -q '\''select * from system.query_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + [[ 0 != \1\0\4 ]] + failed_to_save_logs=1 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log ++ clickhouse-client -q 'select * from system.query_log format TSVWithNamesAndTypes' ++ zstd --threads=0 ++ zstd --threads=0 ++ clickhouse-client -q 'select * from system.zookeeper_log format TSVWithNamesAndTypes' + err='++ zstd --threads=0 ++ clickhouse-client -q '\''select * from system.zookeeper_log format TSVWithNamesAndTypes'\''' + echo '++ zstd --threads=0 ++ clickhouse-client -q '\''select * from system.zookeeper_log format TSVWithNamesAndTypes'\''' + [[ 0 != \1\0\8 ]] + failed_to_save_logs=1 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log ++ clickhouse-client -q 'select * from system.trace_log format TSVWithNamesAndTypes' ++ zstd --threads=0 + err='++ clickhouse-client -q '\''select * from system.trace_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + echo '++ clickhouse-client -q '\''select * from system.trace_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + [[ 0 != \1\0\4 ]] + failed_to_save_logs=1 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log ++ clickhouse-client -q 'select * from system.transactions_info_log format TSVWithNamesAndTypes' ++ zstd --threads=0 + err='++ clickhouse-client -q '\''select * from system.transactions_info_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + echo '++ clickhouse-client -q '\''select * from system.transactions_info_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + [[ 0 != \1\1\6 ]] + failed_to_save_logs=1 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + err='++ clickhouse-client -q '\''select * from system.metric_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + echo '++ clickhouse-client -q '\''select * from system.metric_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + [[ 0 != \1\0\5 ]] + failed_to_save_logs=1 + [[ -n '' ]] + sudo clickhouse stop ++ clickhouse-client -q 'select * from system.metric_log format TSVWithNamesAndTypes' ++ zstd --threads=0 script.gdb:13: Error in sourced command file: No stack. /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 732. The process with pid = 732 is running. Sent terminate signal to process with pid 732. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 732. The process with pid = 732 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 732. The process with pid = 732 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 732. The process with pid = 732 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 732. The process with pid = 732 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 732. The process with pid = 732 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 732. The process with pid = 732 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 732. The process with pid = 732 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 732. The process with pid = 732 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 732. The process with pid = 732 does not exist. Server stopped + [[ -n '' ]] + rg -Fa '' /var/log/clickhouse-server/clickhouse-server.log + : + rg -A50 -Fa ============ /var/log/clickhouse-server/stderr.log + : + data_path_config=--path=/var/lib/clickhouse/ + [[ -n '' ]] + '[' 1 -ne 0 ']' + zstd --threads=0 + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + zstd --threads=0 + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.query_log format TSVWithNamesAndTypes' + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.zookeeper_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.trace_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.transactions_info_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.metric_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ -n '' ]] + for trace_type in CPU Memory Real + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q ' select arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack, count(*) AS samples from system.trace_log where trace_type = '\''CPU'\'' group by trace order by samples desc settings allow_introspection_functions = 1 + zstd --threads=0 format TabSeparated' + for trace_type in CPU Memory Real + zstd --threads=0 + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q ' select arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack, count(*) AS samples from system.trace_log where trace_type = '\''Memory'\'' group by trace order by samples desc settings allow_introspection_functions = 1 format TabSeparated' + for trace_type in CPU Memory Real + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q ' select arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack, count(*) AS samples from system.trace_log where trace_type = '\''Real'\'' group by trace order by samples desc settings allow_introspection_functions = 1 format TabSeparated' + zstd --threads=0 + rm /var/log/clickhouse-server/clickhouse-server.log + mv /var/log/clickhouse-server/stderr.log /test_output/ + [[ -n '' ]] + tar -chf /test_output/coordination.tar /var/lib/clickhouse/coordination tar: Removing leading `/' from member names tar: Removing leading `/' from hard link targets + [[ -n '' ]]